]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
ldap code failed to compile due to missing comma. [RT #35159]
authorMark Andrews <marka@isc.org>
Tue, 7 Jan 2014 22:33:22 +0000 (09:33 +1100)
committerMark Andrews <marka@isc.org>
Tue, 7 Jan 2014 22:33:22 +0000 (09:33 +1100)
server/ldap.c

index efbc8744cb1c2ac43a28cc8908fea92fe0a78051..2994106a8baeff05d93c0aede0438fa86af5686b 100644 (file)
@@ -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);