fix previous commit

This commit is contained in:
Pierangelo Masarati 2005-01-22 12:27:45 +00:00
parent 17f525a8ad
commit 066829a870

View File

@ -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;
}