[Samba] VFS calls after disconnect ?

Jeremy Allison jra at samba.org
Wed May 26 18:00:42 GMT 2004


On Wed, May 26, 2004 at 09:54:18AM +0200, yves.lejeune at kodak.com 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.


More information about the samba mailing list