Skip to content

Commit a1ca269

Browse files
authored
Merge branch 'main' into neff-patch-2
2 parents ab0af5a + 8ed4149 commit a1ca269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/rdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def check_nla(self):
181181
credentials=self.auth,
182182
)
183183
asyncio.run(self.connect_rdp())
184-
if proto.value == SUPP_PROTOCOLS.RDP or proto.value == SUPP_PROTOCOLS.SSL or proto.value == SUPP_PROTOCOLS.SSL|SUPP_PROTOCOLS.RDP:
184+
if proto.value == SUPP_PROTOCOLS.RDP or proto.value == SUPP_PROTOCOLS.SSL or proto.value == SUPP_PROTOCOLS.SSL | SUPP_PROTOCOLS.RDP:
185185
self.nla = False
186186
return
187187
except Exception:

0 commit comments

Comments
 (0)