diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-08 10:11:43 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-08 10:11:43 +0000 |
commit | a89f9bf5fc9c9e3316ad2dabfb98a18c7f73cf64 (patch) | |
tree | 92a05c32c2bf0a83b907f55cce6d0911772208a4 /libexec/telnetd | |
parent | f41d0507060450687d912947e38c9650b6e7cda7 (diff) |
Oops.
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/state.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 0a998ed7ca4..2c9d2bb9a3b 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -1,4 +1,4 @@ -/* $OpenBSD: state.c,v 1.12 2000/12/08 09:06:32 hin Exp $ */ +/* $OpenBSD: state.c,v 1.13 2000/12/08 10:11:42 hin Exp $ */ /* $NetBSD: state.c,v 1.9 1996/02/28 20:38:19 thorpej Exp $ */ /* @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; static char rcsid[] = "$NetBSD: state.c,v 1.9 1996/02/28 20:38:19 thorpej Exp $"; #else -static char rcsid[] = "$OpenBSD: state.c,v 1.12 2000/12/08 09:06:32 hin Exp $"; +static char rcsid[] = "$OpenBSD: state.c,v 1.13 2000/12/08 10:11:42 hin Exp $"; #endif #endif /* not lint */ @@ -1457,8 +1457,6 @@ suboption() if (envvarok(varp)) { if (valp) /* XXX allocation failure? */ - syslog(LOG_DEBUG, "Setting %=%", - varp, valp); (void)setenv(varp, valp, 1); else unsetenv(varp); @@ -1481,7 +1479,6 @@ suboption() if (envvarok(varp)) { if (valp) /* XXX allocation failure? */ - syslog (void)setenv(varp, valp, 1); else unsetenv(varp); |