mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
fix previous commit
This commit is contained in:
parent
f6dc2b1032
commit
f89f552d2a
1 changed files with 0 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue