]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Probably didn't want to commit this
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Jun 2022 20:34:53 +0000 (15:34 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Jun 2022 20:34:53 +0000 (15:34 -0500)
src/lib/server/cf_file.c

index bc505c6e569f24d0d96323d1e917ac6be407e850..224bf5dd369f0d551a3d2d4b4d52fe5c49fe03cd 100644 (file)
@@ -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");