]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Too many arguments
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 17 Feb 2024 22:17:05 +0000 (16:17 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 17 Feb 2024 22:17:05 +0000 (16:17 -0600)
src/modules/rlm_winbind/rlm_winbind.c

index b436a9d27c9e1d072037d28c967f6040e3e9693a..777e235ad0fcf137052697e0cbe65c423168052a 100644 (file)
@@ -447,7 +447,7 @@ static int domain_call_env_parse(TALLOC_CTX *ctx, void *out, tmpl_rules_t const
        if (strlen(cf_pair_value(to_parse)) > 0) {
                if (tmpl_afrom_substr(ctx, &parsed_tmpl,
                                      &FR_SBUFF_IN(cf_pair_value(to_parse), talloc_array_length(cf_pair_value(to_parse)) - 1),
-                                     cf_pair_value_quote(to_parse), 0,
+                                     cf_pair_value_quote(to_parse),
                                      NULL, t_rules) < 0) return -1;
        } else {
                /*