1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

options: Fix size types

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-22 08:40:50 +02:00
parent 26263aabd4
commit 0a46690eca

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;