diff options
Diffstat (limited to 'svr-authpam.c')
-rw-r--r-- | svr-authpam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-authpam.c b/svr-authpam.c index d201bc9..e236db4 100644 --- a/svr-authpam.c +++ b/svr-authpam.c @@ -275,6 +275,7 @@ void svr_auth_pam(int valid_user) { /* PAM auth succeeded but the username isn't allowed in for another reason (checkusername() failed) */ send_msg_userauth_failure(0, 1); + goto cleanup; } /* successful authentication */ |