From: Slawek Figiel Date: Wed, 10 May 2023 11:42:06 +0000 (+0200) Subject: [#2815] Fix typo X-Git-Tag: Kea-2.3.8~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae36d354a4216bd775c9bca4008cf72d3530a5d1;p=thirdparty%2Fkea.git [#2815] Fix typo --- diff --git a/src/lib/dhcpsrv/host_mgr.h b/src/lib/dhcpsrv/host_mgr.h index f4603e3b04..c129f8f8b4 100644 --- a/src/lib/dhcpsrv/host_mgr.h +++ b/src/lib/dhcpsrv/host_mgr.h @@ -30,7 +30,7 @@ enum HostMgrOperationTarget { // Consider only the alternate sources. ALTERNATE_SOURCES = 2, // 1 << 2 // Consider both CfgInstance and alternate sources. - ALL_SOURCES = 3 // PRIMARY_SOURCE & ALTERNATE_SOURCES + ALL_SOURCES = 3 // PRIMARY_SOURCE | ALTERNATE_SOURCES }; /// @brief Host Manager.