CVS update: samba/source/tdb

Jeremy Allison jra at samba.org
Wed Sep 19 07:17:58 EST 2001


Date:	Tue Sep 18 14:17:58 2001
Author:	jra

Update of /data/cvs/samba/source/tdb
In directory va:/tmp/cvs-serv30348/tdb

Modified Files:
	tdb.c 
Log Message:
Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,
map_ptr not neccessarily set to NULL if no mmap, secondly, iterating
through a tdb was using SETLK, instead of SETLKW - would almost never
fail with mmap as the time holding the lock was so short, but was
easily seen with read/write. One finaly bug needs tracking down w.r.t.
traversal......
Jeremy.


Revisions:
tdb.c		1.69 => 1.70
	http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c?r1=1.69&r2=1.70




More information about the samba-cvs mailing list