We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1839f7a + 6651fb0 commit 8ed4149Copy full SHA for 8ed4149
1 file changed
nxc/protocols/rdp.py
@@ -181,7 +181,7 @@ def check_nla(self):
181
credentials=self.auth,
182
)
183
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:
+ if proto.value == SUPP_PROTOCOLS.RDP or proto.value == SUPP_PROTOCOLS.SSL or proto.value == SUPP_PROTOCOLS.SSL | SUPP_PROTOCOLS.RDP:
185
self.nla = False
186
return
187
except Exception:
0 commit comments