diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-27 09:53:11 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-27 09:53:11 +0000 |
commit | 5f7c40f6d02df70dd3a92d5658f79b668e0ed5df (patch) | |
tree | 2532d4f40a220d77bd4118e56c599acd51cc5353 /source3/lib | |
parent | 712a30ed51ca2b58e00d38a5d6d70d564b1da11b (diff) | |
download | samba-5f7c40f6d02df70dd3a92d5658f79b668e0ed5df.tar.gz samba-5f7c40f6d02df70dd3a92d5658f79b668e0ed5df.tar.bz2 samba-5f7c40f6d02df70dd3a92d5658f79b668e0ed5df.zip |
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)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/pidfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. |