authd: fix a fallthrough.
This commit is contained in:
parent
b22c6f101c
commit
1d9925cfb3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue