]> andersk Git - openssh.git/blobdiff - auth2-pubkey.c
- (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
[openssh.git] / auth2-pubkey.c
index 9898d4a63b8c4fd907f7bad58c99e014bf40a6e5..bafea09dabf240aa57434021c2b53964740a711b 100644 (file)
@@ -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;
 }
This page took 0.031413 seconds and 4 git commands to generate.