don't free the event twice.

This commit is contained in:
Michael Graff
2000-02-03 20:50:06 +00:00
parent 3a36d3d7e6
commit 736a33e263

View File

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