diff --git a/bin/named/client.c b/bin/named/client.c index cc7e454402..4ed3114506 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.129 2000/11/15 19:15:25 gson Exp $ */ +/* $Id: client.c,v 1.130 2000/11/15 23:09:09 tale Exp $ */ #include @@ -1548,7 +1548,7 @@ client_create(ns_clientmgr_t *manager, ns_client_t **clientp) #ifdef DNS_OPT_NEWCODES client->opt_zone = NULL; client->opt_view = NULL; -#endif DNS_OPT_NEWCODES +#endif client->next = NULL; client->shutdown = NULL; client->shutdown_arg = NULL;