sshd.c and saved_argc.

Kevin Steves stevesk at sweden.hp.com
Mon Feb 12 06:56:57 EST 2001


that's used by HAVE_OSF_SIA code (which i know nothing about).

On Sun, 11 Feb 2001 mouring at etoh.eviladmin.org wrote:
: 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