mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
@ -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,
|
||||
TDB_CLEAR_IF_FIRST|USE_TDB_MMAP_FLAG,
|
||||
O_RDWR | O_CREAT, 0644);
|
||||
if (!tdbd) {
|
||||
DEBUG(0,("Failed to open unexpected.tdb\n"));
|
||||
|
Reference in New Issue
Block a user