2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-03 15:56:00 +00:00

RT#35138 signaled typo

This commit is contained in:
Francis Dupont
2013-12-31 15:14:24 +01:00
parent 19748527a0
commit b45889b49e

View File

@@ -552,7 +552,7 @@ ddns_updates(struct packet *packet, struct lease *lease, struct lease *old,
* Perform updates. * Perform updates.
*/ */
if (ddns_cb->flags && DDNS_UPDATE_ADDR) { if (ddns_cb->flags & DDNS_UPDATE_ADDR) {
oc = lookup_option(&server_universe, options, oc = lookup_option(&server_universe, options,
SV_DDNS_CONFLICT_DETECT); SV_DDNS_CONFLICT_DETECT);
if (oc && if (oc &&