]> git.ipfire.org Git - thirdparty/openldap.git/commit
Change call to strcasecmp in ldap_sort_strcasecmp, which makes
authorRandy Kunkee <kunkee@openldap.org>
Fri, 24 Sep 1999 08:02:54 +0000 (08:02 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Fri, 24 Sep 1999 08:02:54 +0000 (08:02 +0000)
commitb133aa528b0f530e5f85f190b6308a203b2b9a2c
tree4b61a7d38a8cbc7524b8c32ca9856d972868a022
parent0524589f7fc05e5f79e3cc2e28bdc234b411fa39
Change call to strcasecmp in ldap_sort_strcasecmp, which makes
ldap_sort_entries work with ldap_sort_strcasecmp as the comparison
function.  Pointers were being dereferenced, and should only have been
casted.
libraries/libldap/sort.c