Browse Source

[master] typo

Francis Dupont 7 years ago
parent
commit
34a3500eaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option_vendor_class.h

+ 1 - 1
src/lib/dhcp/option_vendor_class.h

@@ -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);