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:
@@ -1249,10 +1249,10 @@ SSH_PACKET_CALLBACK(ssh_packet_global_request){
|
|||||||
char *bind_addr=NULL;
|
char *bind_addr=NULL;
|
||||||
uint32_t bind_port;
|
uint32_t bind_port;
|
||||||
uint8_t want_reply;
|
uint8_t want_reply;
|
||||||
|
int rc = SSH_PACKET_USED;
|
||||||
(void)user;
|
(void)user;
|
||||||
(void)type;
|
(void)type;
|
||||||
(void)packet;
|
(void)packet;
|
||||||
int rc = SSH_PACKET_USED;
|
|
||||||
|
|
||||||
request_s = buffer_get_ssh_string(packet);
|
request_s = buffer_get_ssh_string(packet);
|
||||||
if (request_s != NULL) {
|
if (request_s != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user