fprintf(stderr,
"isc_stdio_open '%s' failed: %s\n",
dest.file.name,
- isc_result_totext(result));
+ isc_result_totext(result));
} else
(void)isc_stdio_close(fp);
goto done;
"not using config file logging "
"statement for logging due to "
"-g option");
-
+
(void)cfg_map_get(config, "logging", &logobj);
if (logobj != NULL) {
result = ns_log_configure(NULL, logobj);
cleanup:
if (logc != NULL)
isc_logconfig_destroy(&logc);
-
+
if (v4portset != NULL)
isc_portset_destroy(ns_g_mctx, &v4portset);
/*
- * Copyright (C) 2004-2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any