]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- markus@cvs.openbsd.org 2002/03/21 16:58:13
authorBen Lindstrom <mouring@eviladmin.org>
Fri, 22 Mar 2002 03:35:48 +0000 (03:35 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Fri, 22 Mar 2002 03:35:48 +0000 (03:35 +0000)
     [clientloop.c]
     remove unused

ChangeLog
clientloop.c

index 9edeb08cf0cca8aecc5d08048b18a5aaa0cef76c..af8cfb6409a48d3ff0c968b7ca0fc31de0adc591 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - markus@cvs.openbsd.org 2002/03/21 16:57:15
      [scard.c]
      remove const
+   - markus@cvs.openbsd.org 2002/03/21 16:58:13
+     [clientloop.c]
+     remove unused
 
 20020317
  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1959 2002/03/22 03:33:43 mouring Exp $
+$Id: ChangeLog,v 1.1960 2002/03/22 03:35:48 mouring Exp $
index 7259959ee73d8ffa50d874ba606ed2bc7215e8d0..dbac4091f8f9839a1ebcbdb59e31cbf39ae0fd12 100644 (file)
@@ -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;