ntvfs_connect() in srvsvc_ntvfs.c

tridge at samba.org tridge at samba.org
Mon Sep 7 20:25:42 MDT 2009


Hi Metze,

This line in srvsvc_ntvfs.c:

	status = ntvfs_connect(ntvfs_req, scfg->name);

passes a char* instead of a union smb_tcon* for the 2nd argument. I'm
not quite sure what this code is trying to do, but whatever it is
won't work like this. I think this is your code, can you have a look?

Cheers, Tridge


More information about the samba-technical mailing list