diff options
Diffstat (limited to 'lib/log.c')
-rw-r--r-- | lib/log.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -768,16 +768,12 @@ openzlog (const char *progname, zlog_proto_t protocol, void closezlog (struct zlog *zl) { - LOCK - closelog(); if (zl->fp != NULL) fclose (zl->fp); XFREE (MTYPE_ZLOG, zl); - - UNLOCK } /* Called from command.c. */ |