summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:35:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:35:48 +0000
commiteda98a728dd6fc3a9632cade7711317e9ce97e3d (patch)
tree396dee7ccbfa97a19294875fd40c724bcad05772
parent70e3ad8231c4b93933bd2c9b05cc705c20013186 (diff)
- markus@cvs.openbsd.org 2002/03/21 16:58:13
[clientloop.c] remove unused
-rw-r--r--ChangeLog5
-rw-r--r--clientloop.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9edeb08cf..af8cfb640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -124,6 +124,9 @@
124 - markus@cvs.openbsd.org 2002/03/21 16:57:15 124 - markus@cvs.openbsd.org 2002/03/21 16:57:15
125 [scard.c] 125 [scard.c]
126 remove const 126 remove const
127 - markus@cvs.openbsd.org 2002/03/21 16:58:13
128 [clientloop.c]
129 remove unused
127 130
12820020317 13120020317
129 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 132 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
@@ -7970,4 +7973,4 @@
7970 - Wrote replacements for strlcpy and mkdtemp 7973 - Wrote replacements for strlcpy and mkdtemp
7971 - Released 1.0pre1 7974 - Released 1.0pre1
7972 7975
7973$Id: ChangeLog,v 1.1959 2002/03/22 03:33:43 mouring Exp $ 7976$Id: ChangeLog,v 1.1960 2002/03/22 03:35:48 mouring Exp $
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;