summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-05 15:28:39 +0100
committerKarolin Seeger <kseeger@samba.org>2010-04-01 09:39:18 +0200
commitde6d05b25755e2a15b269f88739e1fcc1a16cefe (patch)
tree419a7bac5e56bf58bdf2d072a6b0d507f3d351f1 /source3/lib
parenta445e62a5e6a4f026ecdd984c585bca4551cd109 (diff)
downloadsamba-de6d05b25755e2a15b269f88739e1fcc1a16cefe.tar.gz
s3: db->persistent==true was handled earlier, make this more obvious (cherry picked from commit c7835a4845bbc7e4d340a75229866b2d4946f6eb)
(cherry picked from commit a3b71fc3b903d23e0866d7c7779a96dc81450dca)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/dbwrap_ctdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index ddc886864be..05ac7778588 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -1050,7 +1050,7 @@ static struct db_record *db_ctdb_fetch_locked(struct db_context *db,
return db_ctdb_fetch_locked_persistent(ctx, mem_ctx, key);
}
- return fetch_locked_internal(ctx, mem_ctx, key, db->persistent);
+ return fetch_locked_internal(ctx, mem_ctx, key, false);
}
/*