Skip to content

Fix issue #13: Use current cancel defines to avoid infinite loop on RDP

Patrick Plenefisch requested to merge byteit101/vinagre:master into master

While using RDP, pressing cancel on the auth dialog generates a FREERDP_ERROR_CONNECT_NO_OR_MISSING_CREDENTIALS, not the FREERDP_ERROR_CONNECT_CANCELLED that was expected before. This commit fixed those expectations so that pressing cancel doesn't result in having to kill vinagre.

Edited by Patrick Plenefisch

Merge request reports