From: Ulrich Drepper Date: Fri, 11 Feb 2000 18:03:50 +0000 (+0000) Subject: (closelog): Reset LogType to SOCK_DGRAM. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c201918bcf52f049a00c3814767103ed8b3650e;p=thirdparty%2Fglibc.git (closelog): Reset LogType to SOCK_DGRAM. --- diff --git a/misc/syslog.c b/misc/syslog.c index eaae3c96da8..f27d53a35f0 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -329,7 +329,8 @@ closelog () closelog_internal (); LogTag = NULL; - + LogType = SOCK_DGRAM; /* this is the default */ + /* Free the lock. */ __libc_cleanup_region_end (1); }