summaryrefslogtreecommitdiffstats
path: root/bin/named/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/named/log.c')
-rw-r--r--bin/named/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/named/log.c b/bin/named/log.c
index 5d19dcb..a34dea4 100644
--- a/bin/named/log.c
+++ b/bin/named/log.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -201,7 +201,7 @@ isc_result_t
ns_log_setdefaultcategory(isc_logconfig_t *lcfg) {
isc_result_t result;
- if (! ns_g_logstderr) {
+ if (! ns_g_logstderr && ! ns_g_nosyslog) {
result = isc_log_usechannel(lcfg, "default_syslog",
ISC_LOGCATEGORY_DEFAULT, NULL);
if (result != ISC_R_SUCCESS)
OpenPOWER on IntegriCloud