mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
[master] Remove REQUIRE preventing change 4592 from working
Change 4592 was supposed to replace a REQUIRE with a conditional return. While the latter was added, the former was not removed. Remove the relevant REQUIRE to fix RT #43822 for good.
This commit is contained in:
@@ -3718,7 +3718,6 @@ dns_dispatch_importrecv(dns_dispatch_t *disp, isc_event_t *event) {
|
|||||||
isc_socketevent_t *sevent, *newsevent;
|
isc_socketevent_t *sevent, *newsevent;
|
||||||
|
|
||||||
REQUIRE(VALID_DISPATCH(disp));
|
REQUIRE(VALID_DISPATCH(disp));
|
||||||
REQUIRE((disp->attributes & DNS_DISPATCHATTR_NOLISTEN) != 0);
|
|
||||||
REQUIRE(event != NULL);
|
REQUIRE(event != NULL);
|
||||||
|
|
||||||
if ((disp->attributes & DNS_DISPATCHATTR_NOLISTEN) == 0)
|
if ((disp->attributes & DNS_DISPATCHATTR_NOLISTEN) == 0)
|
||||||
|
Reference in New Issue
Block a user