From 437d119b407660a3f3efb65814d703d9b97ee965 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 8 Jan 2014 09:33:22 +1100 Subject: [PATCH] ldap code failed to compile due to missing comma. [RT #35159] --- server/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ldap.c b/server/ldap.c index efbc8744c..2994106a8 100644 --- a/server/ldap.c +++ b/server/ldap.c @@ -628,7 +628,7 @@ ldap_start (void) options = NULL; option_state_allocate (&options, MDL); - execute_statements_in_scope (NULL, NULL, NULL, NULL, NULL + execute_statements_in_scope (NULL, NULL, NULL, NULL, NULL, options, &global_scope, root_group, NULL, NULL); -- 2.47.3