]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Thu, 11 Jan 2007 18:57:37 +0000 (18:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 11 Jan 2007 18:57:37 +0000 (18:57 +0000)
clients/tools/ldapsearch.c
servers/slapd/aclparse.c

index 79bee8e67843a18bc68110eacd9442353452f51f..f5312a27b840c3567f21bd4c75565a7def8092a4 100644 (file)
@@ -1167,7 +1167,7 @@ static int dosearch(
                                nextended++;
                                print_extended( ld, msg );
 
-                               if( ldap_msgid( msg ) == 0 ) {
+                               if ( ldap_msgid( msg ) == 0 ) {
                                        /* unsolicited extended operation */
                                        goto done;
                                }
index cc4b932debca7773164a6cf62897d3c4f85cfac3..7733260f3f2cbab9ad0822f663a2b4b5b7d4e8fd 100644 (file)
@@ -1259,10 +1259,11 @@ parse_acl(
                                        }
 
                                        if ( !is_at_syntax( b->a_group_at->ad_type,
-                                               SLAPD_DN_SYNTAX ) &&
+                                                       SLAPD_DN_SYNTAX ) &&
                                                !is_at_syntax( b->a_group_at->ad_type,
-                                               SLAPD_NAMEUID_SYNTAX ) &&
-                                               !is_at_subtype( b->a_group_at->ad_type, slap_schema.si_ad_labeledURI->ad_type ) )
+                                                       SLAPD_NAMEUID_SYNTAX ) &&
+                                               !is_at_subtype( b->a_group_at->ad_type,
+                                                       slap_schema.si_ad_labeledURI->ad_type ) )
                                        {
                                                char    buf[ SLAP_TEXT_BUFLEN ];