diff options
author | Thomas Markwalder <tmark@isc.org> | 2023-05-31 21:37:21 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2023-07-06 16:27:25 +0200 |
commit | 54905229fde548ae71bb506f2574b5aec476f269 (patch) | |
tree | 83232d711528046fed64a437589f3c6afed8a0c8 /src/bin/dhcp4/location.hh | |
parent | [#2276] Initial impl ddns-resolution-conflict-mode (diff) | |
download | kea-54905229fde548ae71bb506f2574b5aec476f269.tar.xz kea-54905229fde548ae71bb506f2574b5aec476f269.zip |
[#2276} Fix typo in location.hh
modified: src/bin/dhcp4/location.hh
Diffstat (limited to 'src/bin/dhcp4/location.hh')
-rw-r--r-- | src/bin/dhcp4/location.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/location.hh b/src/bin/dhcp4/location.hh index 874f94b29a..4e6bea0d9e 100644 --- a/src/bin/dhcp4/location.hh +++ b/src/bin/dhcp4/location.hh @@ -1,4 +1,4 @@ -// A Bison parser, made by GNU Bison 3.7.2. +// A Bison parser, made by GNU Bison 3.8.2. // Locations for Bison parsers in C++ |