mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Fixed a build warning.
This commit is contained in:
@@ -172,7 +172,7 @@ SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail){
|
|||||||
|
|
||||||
ssh_channel channel;
|
ssh_channel channel;
|
||||||
ssh_string error_s;
|
ssh_string error_s;
|
||||||
char *error;
|
char *error = NULL;
|
||||||
uint32_t code;
|
uint32_t code;
|
||||||
(void)user;
|
(void)user;
|
||||||
(void)type;
|
(void)type;
|
||||||
|
|||||||
Reference in New Issue
Block a user