]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
missed this
authorAlan T. DeKok <aland@freeradius.org>
Mon, 18 Jun 2018 16:10:03 +0000 (12:10 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 18 Jun 2018 16:10:03 +0000 (12:10 -0400)
src/modules/proto_ldap_sync/proto_ldap_sync.c

index 7a4531690736a18c2cd059ffb3da1ff409ede048..a3ac17dc05a15d4e9482085dfd28a5cf92c399d7 100644 (file)
@@ -1186,7 +1186,7 @@ static int ldap_compile_section(CONF_SECTION *server_cs, char const *name1, char
 
        cf_log_debug(cs, "Loading %s %s {...}", name1, name2);
 
-       if (unlang_compile(cs, component) < 0) {
+       if (unlang_compile(cs, component, NULL) < 0) {
                cf_log_err(cs, "Failed compiling '%s %s { ... }' section", name1, name2);
                return -1;
        }