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