message: Fix compiler warning.

(cherry picked from commit 2f861a858b)
This commit is contained in:
Andreas Schneider
2012-01-01 21:07:01 +01:00
parent 87fd7d617e
commit 0764adc82f

View File

@@ -911,10 +911,10 @@ SSH_PACKET_CALLBACK(ssh_packet_global_request){
char *bind_addr=NULL;
uint32_t bind_port;
uint8_t want_reply;
int rc = SSH_PACKET_USED;
(void)user;
(void)type;
(void)packet;
int rc = SSH_PACKET_USED;
request_s = buffer_get_ssh_string(packet);
if (request_s != NULL) {