GUACAMOLE-514: use correct client in log call.

This commit is contained in:
Nick Couchman 2019-08-02 23:20:44 -04:00
parent 51ae8a41a1
commit 90d55956d0

View File

@ -55,8 +55,7 @@ rfbCredential* guac_vnc_get_credentials(rfbClient* client, int credentialType) {
return creds; return creds;
} }
guac_client_log(client, GUAC_LOG_ERROR, guac_client_log(gc, GUAC_LOG_ERROR, "Unknown credential type requested.");
"Unknown credential type requested.");
return NULL; return NULL;
} }