Commit Diff


commit - f25db28ffeff4a0e7ca29e648177d9decf7ad331
commit + 00fe86bc5bcaa07c44673ea4719609b539d97ce9
blob - ad131f13591fff2762725e83e48054cd4c14cb87
blob + 50184c5a55eff1316f6acd4ca04a979a9d397bf1
--- kamid/listener.c
+++ kamid/listener.c
@@ -196,10 +196,6 @@ listener_receive_config(struct imsg *imsg, struct kd_c
 		if (*nconf != NULL)
 			fatalx("%s: IMSG_RECONF_CONF already in "
 			    "progress", __func__);
-
-		if (listener_conf != NULL)
-			fatalx("%s: don't know how reload the "
-			    "configuration yet", __func__);
 
 		if (IMSG_DATA_SIZE(*imsg) != sizeof(struct kd_conf))
 			fatalx("%s: IMSG_RECONF_CONF wrong length: %lu",