sshd.c and saved_argc.
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Mon Feb 12 07:42:13 EST 2001
Can anyone give me a reason not to apply this patch? I can't find any
reason for saved_argc.
- Ben
--- openssh/sshd.c Sat Feb 10 16:18:11 2001
+++ ossh/sshd.c Sun Feb 11 14:36:08 2001
@@ -123,7 +123,6 @@
/* Saved arguments to main(). */
char **saved_argv;
-int saved_argc;
/*
* The sockets that the server is listening; this is used in the SIGHUP
@@ -568,7 +567,6 @@
init_rng();
/* Save argv. */
- saved_argc = ac;
saved_argv = av;
/* Initialize configuration options to their default values. */
More information about the openssh-unix-dev
mailing list