diff options
Diffstat (limited to 'contrib/bind9/bin/check/named-checkconf.c')
-rw-r--r-- | contrib/bind9/bin/check/named-checkconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind9/bin/check/named-checkconf.c b/contrib/bind9/bin/check/named-checkconf.c index 521ed31..11a429c 100644 --- a/contrib/bind9/bin/check/named-checkconf.c +++ b/contrib/bind9/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkconf.c,v 1.54 2010-09-07 01:49:08 marka Exp $ */ +/* $Id: named-checkconf.c,v 1.54.62.2 2011-03-12 04:59:13 tbox Exp $ */ /*! \file */ @@ -190,7 +190,7 @@ configure_zone(const char *vclass, const char *view, if (obj != NULL) maps[i++] = obj; } - maps[i++] = NULL; + maps[i] = NULL; cfg_map_get(zoptions, "type", &typeobj); if (typeobj == NULL) |