mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
sftp: Reformat sftp_get_message()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 573eab0d51)
This commit is contained in:
@@ -468,7 +468,8 @@ static void sftp_message_free(sftp_message msg) {
|
|||||||
SAFE_FREE(msg);
|
SAFE_FREE(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
static sftp_message sftp_get_message(sftp_packet packet) {
|
static sftp_message sftp_get_message(sftp_packet packet)
|
||||||
|
{
|
||||||
sftp_session sftp = packet->sftp;
|
sftp_session sftp = packet->sftp;
|
||||||
sftp_message msg = NULL;
|
sftp_message msg = NULL;
|
||||||
int rc;
|
int rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user