* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.627 2011/11/03 23:05:30 each Exp $ */
+/* $Id: server.c,v 1.628 2011/11/03 23:46:26 tbox Exp $ */
/*! \file */
value = ISC_TRUE;
else if (strcasecmp(ptr, "no") == 0 || strcasecmp(ptr, "off") == 0)
value = ISC_FALSE;
- else
+ else
return (ISC_R_NOTFOUND);
if (server->log_queries == value)
#!/bin/sh
#
-# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: clean.sh,v 1.7 2011/11/03 22:06:21 each Exp $
+# $Id: clean.sh,v 1.8 2011/11/03 23:46:26 tbox Exp $
rm -f dig.out.* random.data ns1/named.conf
rm -f K* ns1/K*
/*
- * Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named.conf.in,v 1.9 2011/11/03 22:06:21 each Exp $ */
+/* $Id: named.conf.in,v 1.10 2011/11/03 23:46:26 tbox Exp $ */
controls { /* empty */ };
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: tests.sh,v 1.10 2011/11/03 22:06:21 each Exp $
+# $Id: tests.sh,v 1.11 2011/11/03 23:46:26 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh