From 4765679649c51a83e5ceb3d0c1e51e33db251f27 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 11 Sep 2004 22:42:09 +1000 Subject: - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c] Make cygwin code more consistent with that which surrounds it --- auth2-pubkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth2-pubkey.c') diff --git a/auth2-pubkey.c b/auth2-pubkey.c index 9898d4a63..bafea09da 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c @@ -158,7 +158,7 @@ done: xfree(pkblob); #ifdef HAVE_CYGWIN if (check_nt_auth(0, authctxt->pw) == 0) - return(0); + authenticated = 0; #endif return authenticated; } -- cgit v1.2.3