mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:09:59 -04:00
don't free the event twice.
This commit is contained in:
parent
3a36d3d7e6
commit
736a33e263
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ byaddr_done(isc_task_t *task, isc_event_t *event)
|
|||
|
||||
if (client->options & DNS_BYADDROPT_IPV6NIBBLE) {
|
||||
error_pkt_send(client, LWRES_R_FAILURE);
|
||||
goto out;
|
||||
return;
|
||||
}
|
||||
|
||||
client->options |= DNS_BYADDROPT_IPV6NIBBLE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue