sftpdir: removed dead assignment
Этот коммит содержится в:
родитель
eb7581e72e
Коммит
23f02aad11
@ -121,7 +121,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (auth_pw) {
|
||||
/* We could authenticate via password */
|
||||
if ((i = libssh2_userauth_password(session, username, password))) {
|
||||
if (libssh2_userauth_password(session, username, password)) {
|
||||
printf("Authentication by password failed.\n");
|
||||
goto shutdown;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user