1
1

options: Fix compiler warning on Windows.

Этот коммит содержится в:
Andreas Schneider 2013-07-22 10:20:44 +02:00
родитель 2c9808daf8
Коммит 329f4da1e1

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

@ -936,7 +936,8 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv) {
char *cipher = NULL;
char *identity = NULL;
char *port = NULL;
char **save = NULL, **tmp;
char **save = NULL;
char **tmp = NULL;
int i = 0;
int argc = *argcptr;
int debuglevel = 0;