comparison cli-tcpfwd.c @ 591:345aaed42ef4

remove unused variable
author Matt Johnston <matt@ucc.asn.au>
date Wed, 21 Jul 2010 14:07:13 +0000
parents 8c737cd7c1af
children af304deacb4c
comparison
equal deleted inserted replaced
590:a34a6a2e7c72 591:345aaed42ef4
129 #endif /* ENABLE_CLI_LOCALTCPFWD */ 129 #endif /* ENABLE_CLI_LOCALTCPFWD */
130 130
131 #ifdef ENABLE_CLI_REMOTETCPFWD 131 #ifdef ENABLE_CLI_REMOTETCPFWD
132 static void send_msg_global_request_remotetcp(const char *addr, int port) { 132 static void send_msg_global_request_remotetcp(const char *addr, int port) {
133 133
134 char* listenspec = NULL;
135 TRACE(("enter send_msg_global_request_remotetcp")) 134 TRACE(("enter send_msg_global_request_remotetcp"))
136 135
137 CHECKCLEARTOWRITE(); 136 CHECKCLEARTOWRITE();
138 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST); 137 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST);
139 buf_putstring(ses.writepayload, "tcpip-forward", 13); 138 buf_putstring(ses.writepayload, "tcpip-forward", 13);