From: Alan T. DeKok Date: Mon, 18 Jun 2018 16:10:03 +0000 (-0400) Subject: missed this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de354510ed04dea22ac59e0f2b3be8f39aba9cd2;p=thirdparty%2Ffreeradius-server.git missed this --- diff --git a/src/modules/proto_ldap_sync/proto_ldap_sync.c b/src/modules/proto_ldap_sync/proto_ldap_sync.c index 7a453169073..a3ac17dc05a 100644 --- a/src/modules/proto_ldap_sync/proto_ldap_sync.c +++ b/src/modules/proto_ldap_sync/proto_ldap_sync.c @@ -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; }