----- Forwarded message from [EMAIL PROTECTED] ----- Date: Wed, 18 Jan 2006 13:52:41 -0700 Subject: DO NOT REPLY [Bug 3419] vfs module "full_audit" reported as "broken" To: [EMAIL PROTECTED] From: [EMAIL PROTECTED]
https://bugzilla.samba.org/show_bug.cgi?id=3419 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #2 from [EMAIL PROTECTED] 2006-01-18 13:52 MST ------- The underlying problem is that the success and failure bitmasks are *statics*. They'll be deleted on every disconnect on any share. They should be attached to the connection struct as a private data pointer. I'll look into fixing this properly. Jeremy. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. ----- End forwarded message ----- -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

