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:
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user