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.

-- 
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