mirror of https://github.com/wolfSSL/wolfssh.git
commit
8839376d34
|
@ -6783,11 +6783,8 @@ static int DoUserAuthRequestPublicKey(WOLFSSH* ssh, WS_UserAuthData* authData,
|
||||||
WLOG(WS_LOG_DEBUG, "DUARPK: user overriding success");
|
WLOG(WS_LOG_DEBUG, "DUARPK: user overriding success");
|
||||||
authFailure = 1;
|
authFailure = 1;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
ssh->clientState = CLIENT_USERAUTH_DONE;
|
|
||||||
}
|
}
|
||||||
}
|
if (!authFailure && !partialSuccess) {
|
||||||
else {
|
|
||||||
ssh->clientState = CLIENT_USERAUTH_DONE;
|
ssh->clientState = CLIENT_USERAUTH_DONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue