1
1

example: Fixed build of samplesshd.

Этот коммит содержится в:
Andreas Schneider 2010-08-10 00:32:51 +02:00
родитель 855b73de87
Коммит 5aa4592f0c

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

@ -205,8 +205,8 @@ int main(int argc, char **argv){
printf("error accepting a connection : %s\n",ssh_get_error(sshbind));
return 1;
}
if (ssh_bind_accept(session)) {
printf("ssh_bind_accept: %s\n", ssh_get_error(session));
if (ssh_handle_key_exchange(session)) {
printf("ssh_handle_key_exchange: %s\n", ssh_get_error(session));
return 1;
}
do {