1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

message: Fix compiler warning.

This commit is contained in:
Andreas Schneider
2012-01-01 21:07:01 +01:00
parent 74f5f43409
commit 2f861a858b

View File

@@ -1249,10 +1249,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) {