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