[Samba] VFS calls after disconnect ?

yves.lejeune at kodak.com yves.lejeune at kodak.com
Wed May 26 07:54:18 GMT 2004


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.

Would you know an other way to manage per-connection data ?

Best regards,
Yves.



More information about the samba mailing list