On Wed, May 26, 2004 at 09:54:18AM +0200, [EMAIL PROTECTED] wrote:
> Hello,
> 
> > > 
> > > Is is normal to have the initial double SMB_VFS_CONNECT and 
> > > SMB_VFS_DISCONNECT ?
> > > Should I count the number of SMB_VFS_CONNECT, and really disconnect 
> only 
> > > when the same
> > > number of SMB_VFS_DISCONNECT is called ?
> > 
> > Yes, use a reference count here.
> 
> I tried to store a reference counter in the "vfs_handle_struct::data" 
> field, but it does not help:
> when SMB_VFS_CONNECT is called the second time for the same process,
> its "vfs_handle_struct::data" field is NULL., so I have nothing to 
> increment.

Can you give me a copy of your source code, plus the exact sequence
of operations on the client you use to reproduce this ? I'd like to
help track down and fix this,

Thanks,

        Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to