From: Mark Andrews Date: Tue, 7 Jan 2014 22:33:22 +0000 (+1100) Subject: ldap code failed to compile due to missing comma. [RT #35159] X-Git-Tag: v4_3_0b1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437d119b407660a3f3efb65814d703d9b97ee965;p=thirdparty%2Fdhcp.git ldap code failed to compile due to missing comma. [RT #35159] --- 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);