]> git.sur5r.net Git - openldap/commit
Tweaks to callback processing; callbacks can return SLAP_CB_CONTINUE to
authorHoward Chu <hyc@openldap.org>
Tue, 19 Aug 2003 03:22:07 +0000 (03:22 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 19 Aug 2003 03:22:07 +0000 (03:22 +0000)
commit2ff82a82c59795be091291d53fecb294c3af0d8c
tree7c90268f3d6ec77af99b3c5b10810a1336a2f9d0
parentf1b880801097040b21b475748b2071426c28fc34
Tweaks to callback processing; callbacks can return SLAP_CB_CONTINUE to
fall into the regular send_ldap_* functionality instead of calling into
those functions explicitly. Nested callbacks still aren't handled as
cleanly as they might be.
servers/slapd/backglue.c
servers/slapd/backover.c
servers/slapd/result.c