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:
@ -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"));
|
||||
|
Reference in New Issue
Block a user