2
0
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:
Thomas Markwalder
2015-01-08 14:09:59 -05:00
parent 1a006ff6ed
commit f48dfdf174
2 changed files with 2 additions and 1 deletions

View File

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

View File

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