Skip to content

Commit 4a4fd9e

Browse files
committed
Fix typo in SMB protocol definition
1 parent ee14874 commit 4a4fd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__(self, args, db, host):
120120
self.bootkey = None
121121
self.smbv1 = None # Check if SMBv1 is supported
122122
self.smbv3 = None # Check if SMBv3 is supported
123-
self.is_timedouted = False
123+
self.is_timeouted = False
124124
self.signing = False
125125
self.smb_share_name = smb_share_name
126126
self.pvkbytes = None

0 commit comments

Comments
 (0)