mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
fix type of id for sftp_async_write
This commit is contained in:
@@ -669,8 +669,8 @@ static int _chunk_copy_local_to_remote_async(struct chunk *c, int fd,
|
||||
char buf[XFER_BUF_SIZE];
|
||||
int idx, ret;
|
||||
struct {
|
||||
int id;
|
||||
ssize_t len;
|
||||
uint32_t id;
|
||||
ssize_t len;
|
||||
} reqs[nr_ahead];
|
||||
|
||||
if (c->len == 0)
|
||||
|
||||
Reference in New Issue
Block a user