mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-28 06:08:20 +00:00
- markus@cvs.openbsd.org 2002/03/21 16:58:13
[clientloop.c] remove unused
This commit is contained in:
parent
70e3ad8231
commit
eda98a728d
@ -124,6 +124,9 @@
|
|||||||
- markus@cvs.openbsd.org 2002/03/21 16:57:15
|
- markus@cvs.openbsd.org 2002/03/21 16:57:15
|
||||||
[scard.c]
|
[scard.c]
|
||||||
remove const
|
remove const
|
||||||
|
- markus@cvs.openbsd.org 2002/03/21 16:58:13
|
||||||
|
[clientloop.c]
|
||||||
|
remove unused
|
||||||
|
|
||||||
20020317
|
20020317
|
||||||
- (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
|
- (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
|
||||||
@ -7970,4 +7973,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "ssh.h"
|
||||||
#include "ssh1.h"
|
#include "ssh1.h"
|
||||||
@ -474,7 +474,6 @@ client_process_net_input(fd_set * readset)
|
|||||||
static void
|
static void
|
||||||
process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr)
|
process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr)
|
||||||
{
|
{
|
||||||
char string[1024];
|
|
||||||
void (*handler)(int);
|
void (*handler)(int);
|
||||||
char *s, *cmd;
|
char *s, *cmd;
|
||||||
u_short fwd_port, fwd_host_port;
|
u_short fwd_port, fwd_host_port;
|
||||||
|
Loading…
Reference in New Issue
Block a user