1
1

auth: Fix build warning if we don't build with gssapi.

Этот коммит содержится в:
Andreas Schneider 2013-07-22 12:27:32 +02:00
родитель 35d0c3a860
Коммит dbf3cdecda

Просмотреть файл

@ -2158,6 +2158,8 @@ pending:
if (rc != SSH_AUTH_AGAIN) {
session->pending_call_state = SSH_PENDING_CALL_NONE;
}
#else
(void) session; /* unused */
#endif
return rc;
}