We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e744305 commit c8160b6Copy full SHA for c8160b6
1 file changed
nxc/protocols/smb.py
@@ -596,7 +596,6 @@ def create_conn_obj(self):
596
597
:param no_smbv1: If True, it will not try to create a SMBv1 connection
598
"""
599
-
600
# Initial negotiation
601
if self.smbv3 is None:
602
self.smbv3 = self.create_smbv3_conn()
0 commit comments