authd: fix a fallthrough.

This commit is contained in:
Elizabeth Myers 2016-03-13 03:22:41 -05:00
parent b22c6f101c
commit 1d9925cfb3
1 changed files with 1 additions and 0 deletions

View File

@ -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);