summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/bin/named/lwdgabn.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/bin/named/lwdgabn.c')
-rw-r--r--contrib/bind9/bin/named/lwdgabn.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/bind9/bin/named/lwdgabn.c b/contrib/bind9/bin/named/lwdgabn.c
index 539c25b..454d4df 100644
--- a/contrib/bind9/bin/named/lwdgabn.c
+++ b/contrib/bind9/bin/named/lwdgabn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lwdgabn.c,v 1.13.12.5 2006/03/02 00:37:20 marka Exp $ */
+/* $Id: lwdgabn.c,v 1.15.18.5 2006/03/02 00:37:21 marka Exp $ */
+
+/*! \file */
#include <config.h>
@@ -47,7 +49,7 @@ static isc_result_t start_find(ns_lwdclient_t *);
static void restart_find(ns_lwdclient_t *);
static void init_gabn(ns_lwdclient_t *);
-/*
+/*%
* Destroy any finds. This can be used to "start over from scratch" and
* should only be called when events are _not_ being generated by the finds.
*/
@@ -432,7 +434,7 @@ restart_find(ns_lwdclient_t *client) {
client->clientmgr->task,
process_gabn_finddone, client,
dns_fixedname_name(&client->target_name),
- dns_rootname, options, 0,
+ dns_rootname, 0, options, 0,
dns_fixedname_name(&client->target_name),
client->clientmgr->view->dstport,
&client->find);
OpenPOWER on IntegriCloud