Skip to content

Commit

Permalink
[xfreerdp] Add failed keyword
Browse files Browse the repository at this point in the history
Signed-off-by: XiaoliChan <[email protected]>
  • Loading branch information
XiaoliChan committed Sep 12, 2023
1 parent b634d95 commit 0ac4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cme/protocols/xfreerdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'(Not support NLA)':['ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C]'],
'(Password expired)':['0x0002000E','0x0002000F','0x00020013'],
'(RDP login failed)':['0x00020009','0x00020014'],
'Failed':['Resource temporarily unavailable', 'Broken pipe', 'ERRCONNECT_CONNECT_FAILED [0x00020006]', 'Connection timed out']
'Failed':['Resource temporarily unavailable', 'Broken pipe', 'ERRCONNECT_CONNECT_FAILED [0x00020006]', 'Connection timed out', 'Connection reset by peer']
}

class xfreerdp(connection):
Expand Down

0 comments on commit 0ac4711

Please sign in to comment.