]> jfr.im git - solanum.git/blobdiff - ircd/dns.c
authd/provider: do not accept clients until all providers have had a chance to run
[solanum.git] / ircd / dns.c
index c9d231524fe29efd617bdc31590fccdb95047bac..a3a8077e1f7a5a92cee6eabe9c37a15c3c892c2c 100644 (file)
@@ -58,8 +58,8 @@ struct dnsstatreq
 };
 
 /* These serve as a form of sparse array */
-static struct Dictionary *query_dict;
-static struct Dictionary *stat_dict;
+static rb_dictionary *query_dict;
+static rb_dictionary *stat_dict;
 
 rb_dlink_list nameservers;
 
@@ -303,7 +303,7 @@ void
 reload_nameservers(void)
 {
        check_authd();
-       rb_helper_write(authd_helper, "H D");
+       rb_helper_write(authd_helper, "R D");
        (void)get_nameservers(stats_results_callback, NULL);
 }