]> git.sur5r.net Git - openldap/commit
Ensure that global plugins are called after backend-specific plugins
authorLuke Howard <lukeh@openldap.org>
Mon, 27 Jan 2003 13:15:21 +0000 (13:15 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 27 Jan 2003 13:15:21 +0000 (13:15 +0000)
commit7c41666c5e92beb301c10b9a71f45834255dcc21
tree93efe5b75cab8020f8c76c7e5ca4131d251b7732
parentf989cfddb9d0643c529034e17b138f185d20613f
Ensure that global plugins are called after backend-specific plugins
(this was the intention of the existing code but it was buggy, and it
made sense to implement this logic inside getAllPluginFuncs() rather
than doPluginFNs() - not all plugin users call the latter)
servers/slapd/slapi/plugin.c