]> git.sur5r.net Git - openldap/commit
Remove bogus SLAPI code path which special-cased modlist == NULL
authorLuke Howard <lukeh@openldap.org>
Fri, 27 Aug 2004 19:34:14 +0000 (19:34 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 27 Aug 2004 19:34:14 +0000 (19:34 +0000)
commit6cdaa19b96ceea7fb255d88a54d7300656aa8842
treeb3dc1e7d6c8a4724e85d91800075e43c40f01937
parent2782b6f46f5f892cb5e53e069a1e985e7a285983
Remove bogus SLAPI code path which special-cased modlist == NULL

This had the effect of setting the result code to LDAP_SUCCESS for modlist == NULL
even on a replica when an update-ref might be set. This was causing a plugin (that
implements the commit phase in a post-op plugin) to write to "read-only" replica.
servers/slapd/modify.c