]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Wed, 17 Aug 2005 08:08:23 +0000 (08:08 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 17 Aug 2005 08:08:23 +0000 (08:08 +0000)
servers/slapd/aclparse.c

index 30a4b455f62eb25721d7e250bd471da7ff52d540..4f55ae61d254e8fc664c3992cd5cc0455790fa47 100644 (file)
@@ -1109,7 +1109,7 @@ parse_acl(
                                                }
 
                                        } else {
-                                               b->a_group_oc = oc_find(SLAPD_GROUP_CLASS);
+                                               b->a_group_oc = oc_find( SLAPD_GROUP_CLASS );
 
                                                if( b->a_group_oc == NULL ) {
                                                        fprintf( stderr,