We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab0af5a + 8ed4149 commit a1ca269Copy full SHA for a1ca269
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