]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] typo
authorFrancis Dupont <fdupont@isc.org>
Fri, 6 Oct 2017 22:51:07 +0000 (00:51 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 6 Oct 2017 22:51:07 +0000 (00:51 +0200)
src/lib/dhcp/option_vendor_class.h

index a3143547db0345ccd3ae33791fea3edbb5a10481..f58ff1c33ca378dbbf78e2a0dfccba7165907f62 100644 (file)
@@ -156,7 +156,7 @@ private:
     /// @param u universe (V4 or V6).
     /// @return DHCPv4 V-I Vendor Class or DHCPv6 Vendor Class option code.
     static uint16_t getOptionCode(Option::Universe u) {
-        if (u == V4} {
+        if (u == V4) {
             return (DHO_VIVCO_SUBOPTIONS);
         } else {
             return (D6O_VENDOR_CLASS);