line up comments and code

This commit is contained in:
Pierangelo Masarati 2003-12-16 11:05:52 +00:00
parent 4e83a282d0
commit 8fa476a5c6
2 changed files with 2 additions and 3 deletions

View 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 ) {

View 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