1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

Added "use mmap" for HPUX.

Jeremy.
(This used to be commit 840802f106)
This commit is contained in:
Jeremy Allison
2001-07-30 22:21:31 +00:00
parent d17d9bee6f
commit 996719cce2
16 changed files with 27 additions and 22 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,
TDB_CLEAR_IF_FIRST|USE_TDB_MMAP_FLAG,
O_RDWR | O_CREAT, 0644);
if (!tdbd) {
DEBUG(0,("Failed to open unexpected.tdb\n"));