mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#2077] Applied typo fix
This commit is contained in:
committed by
Marcin Siodelski
parent
595355e46c
commit
86c4b32185
@@ -398,7 +398,7 @@ ClientClassDictionary::initMatchExpr(uint16_t family) {
|
|||||||
}
|
}
|
||||||
expressions.push(match_expr);
|
expressions.push(match_expr);
|
||||||
}
|
}
|
||||||
// All expressions successfully initialied. Let's set them for the
|
// All expressions successfully initialized. Let's set them for the
|
||||||
// client classes in the dictionary.
|
// client classes in the dictionary.
|
||||||
for (auto c : *list_) {
|
for (auto c : *list_) {
|
||||||
c->setMatchExpr(expressions.front());
|
c->setMatchExpr(expressions.front());
|
||||||
|
Reference in New Issue
Block a user