mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-26 01:03:15 +03:00
options: Fix size types
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user