From: Arran Cudbard-Bell Date: Tue, 21 Jun 2022 20:34:53 +0000 (-0500) Subject: Probably didn't want to commit this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6676cd725a2ecb6ff55422338d548013af9de00;p=thirdparty%2Ffreeradius-server.git Probably didn't want to commit this --- diff --git a/src/lib/server/cf_file.c b/src/lib/server/cf_file.c index bc505c6e569..224bf5dd369 100644 --- a/src/lib/server/cf_file.c +++ b/src/lib/server/cf_file.c @@ -1211,8 +1211,6 @@ static CONF_ITEM *process_if(cf_stack_t *stack) ssize_t end; char *spaces, *text; - ERROR("INPUT %s", ptr); - /* * Parse the condition. If it succeeded, stop * trying to expand the buffer. @@ -1277,7 +1275,7 @@ static CONF_ITEM *process_if(cf_stack_t *stack) ssize_t my_slen; talloc_free(cond); - + if (!cf_expand_variables(frame->filename, frame->lineno, parent, buff[3], stack->bufsize, buff[2], slen, NULL)) { fr_strerror_const("Failed expanding configuration variable");