diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 04:35:48 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 04:35:48 +0100 |
commit | eda98a728dd6fc3a9632cade7711317e9ce97e3d (patch) | |
tree | 396dee7ccbfa97a19294875fd40c724bcad05772 /clientloop.c | |
parent | - markus@cvs.openbsd.org 2002/03/21 16:57:15 (diff) | |
download | openssh-eda98a728dd6fc3a9632cade7711317e9ce97e3d.tar.xz openssh-eda98a728dd6fc3a9632cade7711317e9ce97e3d.zip |
- markus@cvs.openbsd.org 2002/03/21 16:58:13
[clientloop.c]
remove unused
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 3 |
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 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.97 2002/03/21 15:17:26 jakob Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.98 2002/03/21 16:58:13 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -474,7 +474,6 @@ client_process_net_input(fd_set * readset) static void process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr) { - char string[1024]; void (*handler)(int); char *s, *cmd; u_short fwd_port, fwd_host_port; |