sftp_write: removed superfluous assignment
This commit is contained in:
parent
024b5d29f5
commit
57af0da9f7
@ -1442,8 +1442,6 @@ static ssize_t sftp_write(LIBSSH2_SFTP_HANDLE *handle, const char *buffer,
|
|||||||
buffer += unacked;
|
buffer += unacked;
|
||||||
count -= unacked;
|
count -= unacked;
|
||||||
|
|
||||||
chunk = _libssh2_list_first(&handle->write_list);
|
|
||||||
|
|
||||||
while(count) {
|
while(count) {
|
||||||
/* TODO: Possibly this should have some logic to prevent a very very
|
/* TODO: Possibly this should have some logic to prevent a very very
|
||||||
small fraction to be left but lets ignore that for now */
|
small fraction to be left but lets ignore that for now */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user