From: Ulrich Drepper Date: Thu, 7 May 1998 12:03:15 +0000 (+0000) Subject: Clear SysTerm when closing. X-Git-Tag: cvs/sparc-980522-merge~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bd8eec0c0a854050a1635ccffd003a4260250a;p=thirdparty%2Fglibc.git Clear SysTerm when closing. --- diff --git a/misc/syslog.c b/misc/syslog.c index c58639ee30f..80a9c9b4fae 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -302,6 +302,7 @@ closelog_internal() (void)close(LogFile); LogFile = -1; connected = 0; + LogTag = NULL; } void