]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
'out' can't be NULL either...
authorAlan T. DeKok <aland@freeradius.org>
Thu, 14 Dec 2017 14:00:32 +0000 (09:00 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Dec 2017 14:01:01 +0000 (09:01 -0500)
src/main/cf_parse.c

index e78331c4fdd2bdf986ce4a1d79f3de90ed3f7a09..150222a3e3cb33c91f82636b926f337e36573161 100644 (file)
@@ -501,7 +501,7 @@ static int cf_pair_default(CONF_PAIR **out, CONF_SECTION *cs, char const *name,
  *     - -1 on error.
  *     - -2 if deprecated.
  */
-static int CC_HINT(nonnull(3,4)) cf_pair_parse_internal(TALLOC_CTX *ctx, void *out,
+static int CC_HINT(nonnull(2,3,4)) cf_pair_parse_internal(TALLOC_CTX *ctx, void *out,
                                                        CONF_SECTION *cs, CONF_PARSER const *rule)
 {
        bool            multi, required, deprecated;