From 5427983b48a8be1ba5337e821d0005a955208edb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 4 Oct 2015 01:11:03 +0200 Subject: [PATCH] lldpd: remove outdated comment about custom TLV --- src/lldpd-structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lldpd-structs.h b/src/lldpd-structs.h index 26b1cb13..1a46dd1b 100644 --- a/src/lldpd-structs.h +++ b/src/lldpd-structs.h @@ -223,7 +223,7 @@ struct lldpd_custom { u_int8_t oui[LLDP_TLV_ORG_OUI_LEN]; /* Organizationally Defined Subtype */ u_int8_t subtype; - /* Organizationally Defined Information String; for now/simplicity static array */ + /* Organizationally Defined Information String */ u_int8_t *oui_info; /* Organizationally Defined Information String length */ int oui_info_len; -- 2.39.5