]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
RT#35138 signaled typo
authorFrancis Dupont <fdupont@isc.org>
Tue, 31 Dec 2013 14:14:24 +0000 (15:14 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 31 Dec 2013 14:14:24 +0000 (15:14 +0100)
server/ddns.c

index 4fc85aaee01bf95e6e060fa72ba1035a7f574148..5bf552d2dbe528406c95993a24eb8e0cbae00968 100644 (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 &&