diff --git a/authd/dns.c b/authd/dns.c index 951a5508..52e3191c 100644 --- a/authd/dns.c +++ b/authd/dns.c @@ -216,6 +216,7 @@ submit_dns_answer(const char *reply, bool status, query_type type, void *data) { rb_helper_write(authd_helper, "E %s E %c *", id, type); rb_free(id); + return; } rb_helper_write(authd_helper, "E %s O %c %s", id, type, reply);