[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6715) Broken 'sortvals' for attr with 1 value



Full_Name: Hallvard B Furuseth
Version: 2.4.23
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (129.240.6.233)
Submitted by: hallvard


slapd.conf:'sortvals ATTR' sometimes complains
    attributeType ATTR value #1 provided more than once
when ATTR has one value, because slapd/modify.c:slap_sort_vals()
then leaves the result value 'rc' uninitialized.  Fixing.