From: Francis Dupont Date: Fri, 6 Oct 2017 22:51:07 +0000 (+0200) Subject: [master] typo X-Git-Tag: trac5382_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a3500eaa3f04415d18d0dec5440d4f73b8c593;p=thirdparty%2Fkea.git [master] typo --- diff --git a/src/lib/dhcp/option_vendor_class.h b/src/lib/dhcp/option_vendor_class.h index a3143547db..f58ff1c33c 100644 --- a/src/lib/dhcp/option_vendor_class.h +++ b/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);