summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 7259959ee..dbac4091f 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.97 2002/03/21 15:17:26 jakob Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.98 2002/03/21 16:58:13 markus Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -474,7 +474,6 @@ client_process_net_input(fd_set * readset)
474static void 474static void
475process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr) 475process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr)
476{ 476{
477 char string[1024];
478 void (*handler)(int); 477 void (*handler)(int);
479 char *s, *cmd; 478 char *s, *cmd;
480 u_short fwd_port, fwd_host_port; 479 u_short fwd_port, fwd_host_port;