mirror of
https://github.com/upa/mscp.git
synced 2026-02-19 04:55:44 +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];
|
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];
|
||||||
|
|
||||||
if (c->len == 0)
|
if (c->len == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user