From: Philip Homburg Date: Tue, 31 May 2022 13:06:29 +0000 (+0200) Subject: Add url 'master' to allow notify list X-Git-Tag: release-1.16.1rc1~31^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16dd802c2e1e7eb1fc0dd982b2cb84e15adfa141;p=thirdparty%2Funbound.git Add url 'master' to allow notify list --- diff --git a/services/authzone.c b/services/authzone.c index a66ffa1dc..ba3335326 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -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);