dbwrap: Prevent transactions on non-persistent dbs
commitc03d5c5740f9d1894a971110029e8f567d300d8a
authorVolker Lendecke <vl@samba.org>
Fri, 11 Jan 2013 14:32:39 +0000 (11 15:32 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 8 Feb 2013 11:58:57 +0000 (8 12:58 +0100)
treed0a1ff7af16beca61eb8775a5ee65cbdaef277f6
parentdc2e47508d7075cf6507e0dea03da6999ef9097e
dbwrap: Prevent transactions on non-persistent dbs

dbwrap_ctdb does not allow this anyway. This patch will avoid suprises
when going non-clustered to clustered. Not everybody is developing
against a clustered environment :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/dbwrap/dbwrap.c