From 736a33e263c48707635fa0d1d5815dd3c8bf3857 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Thu, 3 Feb 2000 20:50:06 +0000 Subject: [PATCH] don't free the event twice. --- bin/lwresd/process_gnba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lwresd/process_gnba.c b/bin/lwresd/process_gnba.c index 5cd7655589..1d0d9c14ab 100644 --- a/bin/lwresd/process_gnba.c +++ b/bin/lwresd/process_gnba.c @@ -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;