mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit
This commit is contained in:
parent
17f525a8ad
commit
066829a870
@ -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 New Issue
Block a user