From 34a3500eaa3f04415d18d0dec5440d4f73b8c593 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 7 Oct 2017 00:51:07 +0200 Subject: [PATCH] [master] typo --- src/lib/dhcp/option_vendor_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2