]> git.sur5r.net Git - openldap/commit
Do not attempt to map positive error codes returned by plugins to
authorLuke Howard <lukeh@openldap.org>
Mon, 11 Aug 2003 09:55:45 +0000 (09:55 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 11 Aug 2003 09:55:45 +0000 (09:55 +0000)
commit281627d81d2b1862e7d86d8d4f8d8545bd0ff7e4
treec7a68d9ccc4626d9d535a2dc8ea6f492310f3c67
parent2f5fbeb180959bf7507ff6fba71871e22bc0b422
Do not attempt to map positive error codes returned by plugins to
negative error codes.

Plugins should never return positive error codes except in the case
of bind pre-operation plugins, where they should return SLAPI_BIND_XXX.

This should fix ITS #2616 ...
servers/slapd/slapi/plugin.c
servers/slapd/slapi/slapi_ext.c