fix defaults in "group" in parsing (ITS#4761)

This commit is contained in:
Pierangelo Masarati 2006-11-24 11:29:05 +00:00
parent 09abc9f8ae
commit 14ac05436a

View File

@ -1130,6 +1130,7 @@ is_dn: bv.bv_len = uri->bv_len - (bv.bv_val - uri->bv_val);
} else {
BER_BVSTR( &group_oc, SLAPD_GROUP_CLASS );
BER_BVSTR( &member_at, SLAPD_GROUP_ATTR );
}
group_dn.bv_val++;
group_dn.bv_len = uri->bv_len - ( group_dn.bv_val - uri->bv_val );