diff --git a/bin/named/server.c b/bin/named/server.c index 941a352ab8..7e6be95f45 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.642 2012/02/01 21:28:39 marka Exp $ */ +/* $Id: server.c,v 1.643 2012/02/01 23:46:51 tbox Exp $ */ /*! \file */ @@ -8271,8 +8271,8 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) { int i; isc_mem_t *mctx = dns_zone_getmctx(hasraw ? raw : zone); - for (i = 0; i < nfiles; i++) - if (incfiles[i] != NULL) + for (i = 0; i < nfiles; i++) + if (incfiles[i] != NULL) isc_mem_free(mctx, incfiles[i]); isc_mem_free(mctx, incfiles); } diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh index 3650437b96..f3310c10dd 100755 --- a/bin/tests/system/masterformat/tests.sh +++ b/bin/tests/system/masterformat/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.11 2012/02/01 22:07:23 marka Exp $ +# $Id: tests.sh,v 1.12 2012/02/01 23:46:51 tbox Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh