s3:registry: do not use regdb functions during db upgrade
authorGregor Beck <gbeck@sernet.de>
Fri, 14 Oct 2011 08:57:11 +0000 (10:57 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 3 Dec 2011 02:48:31 +0000 (03:48 +0100)
commit789aa9aab2b99ae1466a67e3f505abbc67a3e7cb
tree4236f5e8b3c86f3acca8b81ba9f7abed4e938e06
parent5bc44491d2c28db0a100f4e34f306dbabf84bb55
s3:registry: do not use regdb functions during db upgrade

It is importante to not use the database backend implementation
in the upgrade. Otherwise this would only work as long as this
is the newset version. In future versions of the registry, this
(then) intermediate upgrade step would change in behaviour and not
work as expected any more.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/Makefile.in
source3/registry/reg_backend_db.c
source3/wscript_build