From: Vincent Bernat Date: Sat, 3 Oct 2015 23:11:03 +0000 (+0200) Subject: lldpd: remove outdated comment about custom TLV X-Git-Tag: 0.8.0~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5427983b48a8be1ba5337e821d0005a955208edb;p=thirdparty%2Flldpd.git lldpd: remove outdated comment about custom TLV --- 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;