summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/gencache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/gencache.c b/source4/lib/gencache.c
index b6d62977ad..2db66b7564 100644
--- a/source4/lib/gencache.c
+++ b/source4/lib/gencache.c
@@ -363,7 +363,7 @@ void gencache_iterate(void (*fn)(const char* key, const char *value, time_t time
int gencache_lock_entry( const char *key )
{
- return tdb_lock_bystring(cache->tdb, key, 0);
+ return tdb_lock_bystring(cache->tdb, key);
}
/********************************************************************