mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
print some debug output in case security layer cannot connect due to missing protocol selection
This commit is contained in:
@@ -165,6 +165,10 @@ boolean nego_security_connect(rdpNego* nego)
|
||||
DEBUG_NEGO("nego_security_connect with PROTOCOL_RDP");
|
||||
nego->security_connected = transport_connect_rdp(nego->transport);
|
||||
}
|
||||
else
|
||||
{
|
||||
DEBUG_NEGO("cannot connect security layer because no protocol has been selected yet.");
|
||||
}
|
||||
}
|
||||
return nego->security_connected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user