options: Fix size types

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 0a46690eca)
This commit is contained in:
Andreas Schneider
2018-08-22 08:40:50 +02:00
parent cdf55a18d2
commit 8ac49ff181

View File

@@ -1077,7 +1077,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv) {
char *port = NULL;
char **save = NULL;
char **tmp = NULL;
int i = 0;
size_t i = 0;
int argc = *argcptr;
int debuglevel = 0;
int usersa = 0;