From: Alan T. DeKok Date: Thu, 17 Sep 2020 14:45:16 +0000 (-0400) Subject: correct comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23276ed9b78af06bae3da32f76bc7c63e4e746b7;p=thirdparty%2Ffreeradius-server.git correct comment --- diff --git a/src/lib/util/dict.h b/src/lib/util/dict.h index 6b5a7dc4b98..2ac95274577 100644 --- a/src/lib/util/dict.h +++ b/src/lib/util/dict.h @@ -80,7 +80,7 @@ typedef struct { unsigned int virtual : 1; //!< for dynamic expansion - unsigned int extra : 1; //!< for LONG extended attributes + unsigned int extra : 1; //!< really "subtype is used by dict, not by protocol" uint8_t subtype; //!< for FR_TYPE_STRING encoding