diff options
-rw-r--r-- | source3/lib/dbwrap_ctdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index 69b3631c04..4441bfacac 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -191,6 +191,7 @@ static NTSTATUS db_ctdb_store_persistent(struct db_record *rec, TDB_DATA data, i crec->ctdb_ctx->db_id, rec->key, cdata); + break; } SAFE_FREE(cdata.dptr); |