From 4a1980e059c84a6a08abf5463953e1c51f0faa0b Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Sun, 11 Jun 2017 23:37:36 -0700 Subject: [PATCH] Added missed change in previous commit --- contrib/win32/win32compat/ssh-agent/keyagent-request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/win32/win32compat/ssh-agent/keyagent-request.c b/contrib/win32/win32compat/ssh-agent/keyagent-request.c index 43614e770..affcbc9e9 100644 --- a/contrib/win32/win32compat/ssh-agent/keyagent-request.c +++ b/contrib/win32/win32compat/ssh-agent/keyagent-request.c @@ -51,7 +51,7 @@ get_user_root(struct agent_connection* con, HKEY *root) *root = HKEY_LOCAL_MACHINE; if (con->client_type <= ADMIN_USER) { - if (ImpersonateLoggedOnUser(con->client_impersonation_token == FALSE)) + if (ImpersonateLoggedOnUser(con->client_impersonation_token) == FALSE) return -1; *root = NULL; /*