Skip to content

Commit 2ec020a

Browse files
authored
protoflags_nla missing for nla_screen()
Signed-off-by: Mauriceter <85106280+Mauriceter@users.noreply.github.com>
1 parent 596bbe3 commit 2ec020a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nxc/protocols/rdp.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ def __init__(self, args, db, host):
3535
self.iosettings = RDPIOSettings()
3636
self.iosettings.video_out_format = VIDEO_FORMAT.RAW
3737
self.iosettings.clipboard_use_pyperclip = False
38+
self.protoflags_nla = [
39+
SUPP_PROTOCOLS.SSL | SUPP_PROTOCOLS.RDP,
40+
SUPP_PROTOCOLS.SSL,
41+
SUPP_PROTOCOLS.RDP,
42+
]
3843
self.protoflags = [
3944
SUPP_PROTOCOLS.SSL | SUPP_PROTOCOLS.RDP,
4045
SUPP_PROTOCOLS.SSL,

0 commit comments

Comments
 (0)