mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +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_string error_s;
|
||||
char *error;
|
||||
char *error = NULL;
|
||||
uint32_t code;
|
||||
(void)user;
|
||||
(void)type;
|
||||
|
||||
Reference in New Issue
Block a user