2055. [bug] Missing goto after dropping multicast query.

[RT #15944]
This commit is contained in:
Mark Andrews 2006-07-21 23:38:16 +00:00
parent b6617c5ada
commit f02b985650
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2055. [bug] Missing goto after dropping multicast query.
[RT #15944]
2054. [port] freebsd: do not explicitly link against -lpthread.
[RT #16170]

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.237 2006/06/04 23:59:33 marka Exp $ */
/* $Id: client.c,v 1.238 2006/07/21 23:38:16 marka Exp $ */
#include <config.h>
@ -1409,6 +1409,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
NS_LOGMODULE_CLIENT, ISC_LOG_DEBUG(2),
"dropping multicast request");
ns_client_next(client, DNS_R_REFUSED);
goto cleanup;
}
result = dns_message_peekheader(buffer, &id, &flags);