]> git.sur5r.net Git - openldap/commit
Eliminate unnecessary per-operation dn_normalize(o_ndn); it's already
authorHoward Chu <hyc@openldap.org>
Sun, 9 Dec 2001 14:46:29 +0000 (14:46 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 9 Dec 2001 14:46:29 +0000 (14:46 +0000)
commit45aadbbbba21b3265a59486da3858aea0493b1e6
tree7b37b0d1c06443f53df43b73ee97baa5f30795cf
parentd0b1ca692ab235a23050af7a1c17146e10ac43c3
Eliminate unnecessary per-operation dn_normalize(o_ndn); it's already
done in do_bind() and there's space in the connection structure for c_ndn
already, just copy it.
servers/slapd/bind.c
servers/slapd/connection.c
servers/slapd/slap.h