]> git.sur5r.net Git - openldap/commit
Delete dubious use of be_syncinfo - only the consumer can write the
authorHoward Chu <hyc@openldap.org>
Sat, 15 Jan 2005 10:39:23 +0000 (10:39 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 15 Jan 2005 10:39:23 +0000 (10:39 +0000)
commit1dbe92c27b28b9a5757a84147d2665026aea80c4
tree22c71b1ddabe7899924f82115915b486aed387da
parent8d0f39bb838b4974d835c097db8a7631add079b7
Delete dubious use of be_syncinfo - only the consumer can write the
database, and it will only perform writes it received from the provider,
so referring back to the provider is pointless. (And of course, the
consumer never chases referrals.)
servers/slapd/back-bdb/delete.c
servers/slapd/back-bdb/modify.c
servers/slapd/back-bdb/modrdn.c
servers/slapd/back-ldbm/delete.c
servers/slapd/back-ldbm/modify.c
servers/slapd/back-ldbm/modrdn.c