summaryrefslogtreecommitdiff
path: root/contrib/unbound/util/fptr_wlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/util/fptr_wlist.c')
-rw-r--r--contrib/unbound/util/fptr_wlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/unbound/util/fptr_wlist.c b/contrib/unbound/util/fptr_wlist.c
index aa275ed534b7..7d15d107561a 100644
--- a/contrib/unbound/util/fptr_wlist.c
+++ b/contrib/unbound/util/fptr_wlist.c
@@ -138,6 +138,9 @@ fptr_whitelist_comm_timer(void (*fptr)(void*))
else if(fptr == &auth_xfer_probe_timer_callback) return 1;
else if(fptr == &auth_xfer_transfer_timer_callback) return 1;
else if(fptr == &mesh_serve_expired_callback) return 1;
+#ifdef USE_DNSTAP
+ else if(fptr == &mq_wakeup_cb) return 1;
+#endif
return 0;
}