]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Need cf_parse.h for redis ippool tool
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 20:10:24 +0000 (16:10 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 20:10:24 +0000 (16:10 -0400)
src/main/cf_parse.c
src/modules/rlm_redis_ippool/rlm_redis_ippool_tool.c

index 9d2ac41ae25df148aa31976c06ae82949024d661..7c38a2c939f59734175bfa93d3fe83337d0767fa 100644 (file)
@@ -923,7 +923,6 @@ int cf_section_parse(TALLOC_CTX *ctx, void *base, CONF_SECTION *cs, CONF_PARSER
                return 0;
        }
 
-
        cs->variables = variables; /* this doesn't hurt anything */
 
        if (!cs->name2) {
index d5309a0efaca90f3742b91186145f46bdc7d317e..5c7678ba6387f53553096e53ec74a5f66f6d715f 100644 (file)
@@ -26,6 +26,7 @@
  */
 RCSID("$Id$")
 #include <freeradius-devel/libradius.h>
+#include <freeradius-devel/cf_parse.h>
 #include <freeradius-devel/rad_assert.h>
 
 #include "redis.h"