1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

got rid of USE_TDB_MMAP_FLAG as its not needed any more

(This used to be commit c26e0d3f27)
This commit is contained in:
Andrew Tridgell
2001-09-06 22:08:19 +00:00
parent a92f02a0a0
commit 9a9ac2739b
19 changed files with 27 additions and 28 deletions

View File

@ -50,7 +50,7 @@ void unexpected_packet(struct packet_struct *p)
if (!tdbd) {
tdbd = tdb_open_log(lock_path("unexpected.tdb"), 1,
TDB_CLEAR_IF_FIRST|USE_TDB_MMAP_FLAG,
TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
O_RDWR | O_CREAT, 0644);
if (!tdbd) {
DEBUG(0,("Failed to open unexpected.tdb\n"));