]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added /* DNS_OPT_NEWCODES */ after #endif to support sanitization
authorAndreas Gustafsson <source@isc.org>
Sat, 2 Dec 2000 02:07:37 +0000 (02:07 +0000)
committerAndreas Gustafsson <source@isc.org>
Sat, 2 Dec 2000 02:07:37 +0000 (02:07 +0000)
bin/named/client.c

index ec4e902c5135f9e5ee617b233be32133386e3db0..4026b137952f1b7f3ba5de9c5e2541b7758256c8 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.c,v 1.132 2000/11/27 23:54:12 marka Exp $ */
+/* $Id: client.c,v 1.133 2000/12/02 02:07:37 gson Exp $ */
 
 #include <config.h>
 
@@ -1555,7 +1555,7 @@ client_create(ns_clientmgr_t *manager, ns_client_t **clientp)
 #ifdef DNS_OPT_NEWCODES
        client->opt_zone = NULL;
        client->opt_view = NULL;
-#endif
+#endif /* DNS_OPT_NEWCODES */
        client->next = NULL;
        client->shutdown = NULL;
        client->shutdown_arg = NULL;