]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
data can be null
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Dec 2017 18:40:42 +0000 (18:40 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Dec 2017 18:40:42 +0000 (18:40 +0000)
src/include/cf_parse.h

index e9283d1492d82aacd7ddae7737258c968bb04eb6..ac01d37970628e944a2be7e52275d59d13b1a4f5 100644 (file)
@@ -452,7 +452,7 @@ struct CONF_PARSER {
  *     Type validation and conversion
  */
 int            cf_pair_parse(TALLOC_CTX *ctx, CONF_SECTION *cs, char const *name,
-                             unsigned int type, void *data, char const *dflt, FR_TOKEN dflt_quote) CC_HINT(nonnull(2,3,5));
+                             unsigned int type, void *data, char const *dflt, FR_TOKEN dflt_quote) CC_HINT(nonnull(2,3));
 int            cf_section_parse(TALLOC_CTX *ctx, void *base, CONF_SECTION *cs);
 int            cf_section_parse_pass2(void *base, CONF_SECTION *cs);
 CONF_PARSER const      *cf_section_parse_table(CONF_SECTION *cs);