diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 80364fb..f805578 100644 --- a/src/options.c +++ b/src/options.c @@ -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; |