fix previous commit

This commit is contained in:
Pierangelo Masarati 2007-09-01 15:47:23 +00:00
parent f6dc2b1032
commit f89f552d2a

View file

@ -1374,9 +1374,7 @@ retcode_initialize( void )
return code;
}
#ifndef LDAP_DEVEL
(*retcode_at[ i ].ad)->ad_type->sat_flags |= SLAP_AT_HIDE;
#endif /* LDAP_DEVEL */
}
for ( i = 0; retcode_oc[ i ].desc != NULL; i++ ) {
@ -1387,9 +1385,7 @@ retcode_initialize( void )
return code;
}
#ifndef LDAP_DEVEL
(*retcode_oc[ i ].oc)->soc_flags |= SLAP_OC_HIDE;
#endif /* LDAP_DEVEL */
}
retcode.on_bi.bi_type = "retcode";