2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
This commit is contained in:
Andreas Gustafsson
2000-08-08 23:56:10 +00:00
parent 1913796b78
commit b232fc9f06

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.106 2000/08/01 01:11:39 tale Exp $ */
/* $Id: client.c,v 1.107 2000/08/08 23:56:10 gson Exp $ */
#include <config.h>
@@ -1694,7 +1694,7 @@ ns_client_log(ns_client_t *client, isc_logcategory_t *category,
{
va_list ap;
if (isc_log_wouldlog(ns_g_lctx, level) == ISC_FALSE)
if (! isc_log_wouldlog(ns_g_lctx, level))
return;
va_start(ap, fmt);