mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 10:29:28 -05:00
fix previous commit
This commit is contained in:
parent
17f525a8ad
commit
066829a870
1 changed files with 1 additions and 1 deletions
|
|
@ -1439,7 +1439,7 @@ backend_attribute(
|
|||
|
||||
rc = backend_operational( op, &rs );
|
||||
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
if ( rc == LDAP_SUCCESS && rs.sr_operational_attrs ) {
|
||||
freeattr = 1;
|
||||
a = rs.sr_operational_attrs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue