]> git.sur5r.net Git - openldap/commitdiff
line up comments and code
authorPierangelo Masarati <ando@openldap.org>
Tue, 16 Dec 2003 11:05:52 +0000 (11:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 16 Dec 2003 11:05:52 +0000 (11:05 +0000)
servers/slapd/ad.c
servers/slapd/repl.c

index a3d6ab53c80a161bb6f22709e6a498c8a257e168..f828b8a7175b0f9e2981bd701e324661b4fac307 100644 (file)
@@ -533,6 +533,8 @@ int ad_inlist(
                /*
                 * EXTENSION: see if requested description is @objectClass
                 * if so, return attributes which the class requires/allows
+                * else if requested description is !objectClass, return
+                * attributes which the class does not require/allow
                 */
                oc = attrs->an_oc;
                if( oc == NULL && attrs->an_name.bv_val ) {
index 6683515ca1deebbd542a1080df5c6235966271d7..1020a31347f967d87f9cbdb8e5382344a4dfcf92 100644 (file)
@@ -359,9 +359,6 @@ replog1(
                                                if ( an->an_oc ) {
                                                        int i;
 
-                                                       /* FIXME: need to 
-                                                        * handle 
-                                                        * an_oc_exclude */
                                                        for ( i=0; a->a_vals[i].bv_val; i++ ) {
                                                                if ( an->an_oc_exclude ) {
                                                                        if ( a->a_vals[i].bv_len != an->an_name.bv_len