From 5f7c40f6d02df70dd3a92d5658f79b668e0ed5df Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 May 2000 09:53:11 +0000 Subject: getting and setting security descriptors on printers now works this needed some fixes in tdb_unpack(). Tim, you'll need to update (This used to be commit 9422719ab4c35e4ce3199b62dd632433bf391283) --- source3/lib/pidfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/pidfile.c b/source3/lib/pidfile.c index a6dc327fd7..25ff85483d 100644 --- a/source3/lib/pidfile.c +++ b/source3/lib/pidfile.c @@ -1,3 +1,5 @@ +/* this code is broken - there is a race condition with the unlink (tridge) */ + /* Unix SMB/Netbios implementation. Version 1.9. -- cgit