diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/tdb/common/tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/common/tdb.c b/source3/tdb/common/tdb.c index addb5b4378..9760ceebf5 100644 --- a/source3/tdb/common/tdb.c +++ b/source3/tdb/common/tdb.c @@ -328,9 +328,9 @@ int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag) goto fail; } + out: tdb_increment_seqnum(tdb); - out: SAFE_FREE(p); tdb_unlock(tdb, BUCKET(hash), F_WRLCK); return ret; |