- (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
platforms (eg SCO, HP-UX) with logging in the wrong TZ.
This commit is contained in:
parent
f45eff21dc
commit
112aaac0ce
|
@ -1,3 +1,7 @@
|
|||
20040308
|
||||
- (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
|
||||
platforms (eg SCO, HP-UX) with logging in the wrong TZ.
|
||||
|
||||
20040307
|
||||
- (tim) [regress/login-timeout.sh] fix building outside of source tree.
|
||||
|
||||
|
@ -857,4 +861,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3277 2004/03/07 18:40:01 tim Exp $
|
||||
$Id: ChangeLog,v 1.3278 2004/03/08 11:13:12 dtucker Exp $
|
||||
|
|
6
sshd.c
6
sshd.c
|
@ -101,7 +101,6 @@ extern char *__progname;
|
|||
#else
|
||||
char *__progname;
|
||||
#endif
|
||||
extern char **environ;
|
||||
|
||||
/* Server configuration options. */
|
||||
ServerOptions options;
|
||||
|
@ -1106,11 +1105,6 @@ main(int ac, char **av)
|
|||
unmounted if desired. */
|
||||
chdir("/");
|
||||
|
||||
#ifndef HAVE_CYGWIN
|
||||
/* Clear environment */
|
||||
environ[0] = NULL;
|
||||
#endif
|
||||
|
||||
/* ignore SIGPIPE */
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
|
|
Loading…
Reference in New Issue