Fixed a build warning.

This commit is contained in:
Andreas Schneider
2010-03-25 15:30:56 +01:00
parent 51436cc3a3
commit 8dd4972fda

View File

@@ -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;