]> git.sur5r.net Git - openldap/commit
Don't strdup conn->authz into op, just reference directly. (Conn cannot
authorHoward Chu <hyc@openldap.org>
Wed, 7 Aug 2002 05:19:55 +0000 (05:19 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 7 Aug 2002 05:19:55 +0000 (05:19 +0000)
commit6862cfd97c4143cc163183a330a7a408a8d7ffbf
tree311babf8bd965c8f3b846e522ce6c65730ccc36a
parentc3ca53cdfeeee8ae85e925ba594d2716ba5d4e0d
Don't strdup conn->authz into op, just reference directly. (Conn cannot
be freed until after all associated ops are freed.)
servers/slapd/connection.c
servers/slapd/operation.c