mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
9e0c550922
commit
f932dccd5d
@ -1238,6 +1238,8 @@ static int tdb_backup(TALLOC_CTX *ctx, const char *src_path,
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DEBUG(10, ("tdb_backup: successfully copied %d entries\n", count1));
|
||||||
|
|
||||||
/* make sure the new tdb has reached stable storage
|
/* make sure the new tdb has reached stable storage
|
||||||
* then rename it to its destination */
|
* then rename it to its destination */
|
||||||
fsync(tdb_fd(dst_tdb));
|
fsync(tdb_fd(dst_tdb));
|
||||||
|
Loading…
Reference in New Issue
Block a user