]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: rdataset -> sigrdataset
authorAndreas Gustafsson <source@isc.org>
Tue, 23 Jan 2001 02:05:11 +0000 (02:05 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 23 Jan 2001 02:05:11 +0000 (02:05 +0000)
bin/named/lwdgrbn.c

index 9271d6337bb332594d4e4dded23c07d3530af731..e96b456ac857a63f7b86a899a277e20038ac3c31 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwdgrbn.c,v 1.6.2.1 2001/01/09 22:32:02 bwelling Exp $ */
+/* $Id: lwdgrbn.c,v 1.6.2.2 2001/01/23 02:05:11 gson Exp $ */
 
 #include <config.h>
 
@@ -265,7 +265,7 @@ lookup_done(isc_task_t *task, isc_event_t *event) {
        
        if (sigrdataset != NULL) {
                i = 0;
-               result = fill_array(&i, rdataset, grbn->nsigs, grbn->sigs,
+               result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs,
                                    grbn->siglen);
                if (result != ISC_R_SUCCESS || i != grbn->nsigs)
                        goto out;