mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
sftp: Reformat sftp_get_message()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -468,7 +468,8 @@ static void sftp_message_free(sftp_message 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_message msg = NULL;
|
||||
int rc;
|
||||
|
||||
Reference in New Issue
Block a user