summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_parser.yy
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-04-24 14:54:35 +0200
committerFrancis Dupont <fdupont@isc.org>2020-04-24 14:54:35 +0200
commitb65a22b6ea4f543f6ffc679e6962941313e91b9c (patch)
treefa82f23a9d871fde0f71e1585b6249a60c8cac65 /src/bin/dhcp4/dhcp4_parser.yy
parent[#1185] [#1179] Added missing CONFIG_DATABASE contexts (diff)
downloadkea-b65a22b6ea4f543f6ffc679e6962941313e91b9c.tar.xz
kea-b65a22b6ea4f543f6ffc679e6962941313e91b9c.zip
[#1185] Removed extra spaces
Diffstat (limited to 'src/bin/dhcp4/dhcp4_parser.yy')
-rw-r--r--src/bin/dhcp4/dhcp4_parser.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy
index c4dec98635..8ad58216c0 100644
--- a/src/bin/dhcp4/dhcp4_parser.yy
+++ b/src/bin/dhcp4/dhcp4_parser.yy
@@ -618,7 +618,7 @@ ddns_replace_client_name_value:
| WHEN_NOT_PRESENT {
$$ = ElementPtr(new StringElement("when-not-present", ctx.loc2pos(@1)));
}
- | BOOLEAN {
+ | BOOLEAN {
error(@1, "boolean values for the replace-client-name are "
"no longer supported");
}