diff --git a/src/sftp.c b/src/sftp.c index 82076728..b8af6de1 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -1899,7 +1899,7 @@ ssize_t sftp_read(sftp_file handle, void *buf, size_t count) { ssh_string datastring; size_t datalen; ssh_buffer buffer; - int id; + uint32_t id; int rc; if (handle->eof) {