pull/208/head
Takashi Kojo 2019-09-17 17:14:01 +09:00 committed by John Safranek
parent 6c979231c7
commit 97c1324095
1 changed files with 1 additions and 1 deletions

View File

@ -3266,7 +3266,7 @@ static int DoUserAuthRequestPassword(WOLFSSH* ssh, WS_UserAuthData* authData,
}
else if (ret == WOLFSSH_USERAUTH_REJECTED) {
WLOG(WS_LOG_DEBUG, "DUARPW: password rejected");
#ifndef NO_FAILUER_ON_REHECED
#ifndef NO_FAILURE_ON_REJECTED
ret = SendUserAuthFailure(ssh, 0);
if (ret == WS_SUCCESS)
ret = WS_USER_AUTH_E;