From 0ac47113b656a4577bd64bc93c4ccdd79aad1288 Mon Sep 17 00:00:00 2001 From: XiaoliChan <2209553467@qq.com> Date: Tue, 12 Sep 2023 10:59:09 +0800 Subject: [PATCH] [xfreerdp] Add failed keyword Signed-off-by: XiaoliChan <2209553467@qq.com> --- cme/protocols/xfreerdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cme/protocols/xfreerdp.py b/cme/protocols/xfreerdp.py index 1ae06ce33..39845438c 100644 --- a/cme/protocols/xfreerdp.py +++ b/cme/protocols/xfreerdp.py @@ -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):