1
1

message: Fix compiler warning.

Этот коммит содержится в:
Andreas Schneider 2012-01-01 21:07:01 +01:00
родитель 74f5f43409
Коммит 2f861a858b

Просмотреть файл

@ -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) {