mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
ITS#9121 fix typo
This commit is contained in:
parent
906cab755d
commit
5d82ba4905
1 changed files with 1 additions and 1 deletions
|
|
@ -976,7 +976,7 @@ dynlist_filter_group( Operation *op, Filter *f, Filter *n, AttributeDescription
|
|||
ldap_free_urldesc( ludp );
|
||||
}
|
||||
overlay_entry_release_ov( op, e, 0, on );
|
||||
if ( !andf1 )
|
||||
if ( !andf )
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue