mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
cleanup
This commit is contained in:
parent
2a507f3f07
commit
fb2e448e87
2 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue