diff --git a/services/authzone.c b/services/authzone.c index 02fb621a2..a66ffa1dc 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -5512,6 +5512,8 @@ xfr_transfer_init_fetch(struct auth_xfer* xfr, struct module_env* env) addr_to_str(&addr, addrlen, as, sizeof(as)); verbose(VERB_ALGO, "auth zone %s transfer next HTTP fetch from %s started", zname, as); } + /* Create or refresh the list of of allow_notify addrs */ + probe_copy_masters_for_allow_notify(xfr); return 1; }