mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2815] Fix typo
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user