mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
removed token after an #endif
This commit is contained in:
parent
9bcf5e9a14
commit
f769deac29
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue