diff --git a/src/sftpserver.c b/src/sftpserver.c index 0503787a..cd3f89e0 100644 --- a/src/sftpserver.c +++ b/src/sftpserver.c @@ -483,7 +483,7 @@ int sftp_reply_data(sftp_client_message msg, const void *data, int len) { ssh_string sftp_handle_alloc(sftp_session sftp, void *info) { ssh_string ret; uint32_t val; - int i; + uint32_t i; if (sftp->handles == NULL) { sftp->handles = calloc(SFTP_HANDLES, sizeof(void *));