]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add url 'master' to allow notify list
authorPhilip Homburg <philip@nlnetlabs.nl>
Tue, 31 May 2022 13:06:29 +0000 (15:06 +0200)
committerPhilip Homburg <philip@nlnetlabs.nl>
Tue, 31 May 2022 13:10:38 +0000 (15:10 +0200)
services/authzone.c

index a66ffa1dcb6a427690e1692363d6f8699d4be675..ba33353260797021c6463f50c0c5ceb406e76946 100644 (file)
@@ -3967,7 +3967,7 @@ probe_copy_masters_for_allow_notify(struct auth_xfer* xfr)
        struct auth_master* list = NULL, *last = NULL;
        struct auth_master* p;
        /* build up new list with copies */
-       for(p = xfr->task_probe->masters; p; p=p->next) {
+       for(p = xfr->task_transfer->masters; p; p=p->next) {
                struct auth_master* m = auth_master_copy(p);
                if(!m) {
                        auth_free_masters(list);