mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
[master] Fixed minor compilation complaint in server/dhcpv6
This commit is contained in:
1
RELNOTES
1
RELNOTES
@@ -244,6 +244,7 @@ by Eric Young (eay@cryptsoft.com).
|
||||
no such prefixes were available, the server returned a status of none
|
||||
available. Note the default mode, "exact", provides this same behavior.
|
||||
[ISC-Bugs #36780]
|
||||
[ISC-Bugs #32228]
|
||||
|
||||
Changes since 4.3.1b1
|
||||
|
||||
|
@@ -1188,7 +1188,7 @@ pick_v6_address(struct reply_state *reply)
|
||||
*/
|
||||
|
||||
for (pond = reply->shared->ipv6_pond; pond != NULL; pond = pond->next) {
|
||||
isc_result_t result;
|
||||
isc_result_t result = ISC_R_FAILURE;
|
||||
|
||||
if (((pond->prohibit_list != NULL) &&
|
||||
(permitted(reply->packet, pond->prohibit_list))) ||
|
||||
|
Reference in New Issue
Block a user