mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-31 00:03:08 +03:00
scp_write: Value stored to 'ptr' is never read
This commit is contained in:
@ -180,7 +180,7 @@ int main(int argc, char *argv[])
|
|||||||
sent += rc;
|
sent += rc;
|
||||||
}
|
}
|
||||||
} while (rc > 0 && sent < nread);
|
} while (rc > 0 && sent < nread);
|
||||||
ptr += sent;
|
|
||||||
nread -= sent;
|
nread -= sent;
|
||||||
} while (1);
|
} while (1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user