2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +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.
*/
if (ddns_cb->flags && DDNS_UPDATE_ADDR) {
if (ddns_cb->flags & DDNS_UPDATE_ADDR) {
oc = lookup_option(&server_universe, options,
SV_DDNS_CONFLICT_DETECT);
if (oc &&