]> git.sur5r.net Git - openldap/commit
Warning cleanup: signed meets unsigned: Replace BVICMP() with !BV_CASEMATCH().
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 17 Oct 2008 16:34:04 +0000 (16:34 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 17 Oct 2008 16:34:04 +0000 (16:34 +0000)
commit9a542f526d0b7a073ef5dbf487b447272be439a0
treefb380fc064e4382f6eb73694a189319a29f1a903
parentc2090e99448148160c66009577883e2175feb1ab
Warning cleanup: signed meets unsigned: Replace BVICMP() with !BV_CASEMATCH().
BVICMP() tried (unnecessarily) to return <0 / 0 / >0, but could be unsigned.
clients/tools/ldapmodify.c