root_fid changes...

2009-10-15 Thread Stefan (metze) Metzmacher
Hi Tridge, diff --git a/source4/smb_server/smb/nttrans.c b/source4/smb_server/smb/nttrans.c index 23eb04b..316305a 100644 --- a/source4/smb_server/smb/nttrans.c +++ b/source4/smb_server/smb/nttrans.c @@ -119,7 +119,8 @@ static NTSTATUS nttrans_create(struct smbsrv_request *req,

Re: root_fid changes...

2009-10-15 Thread tridge
Hi Metze, root_fid is a union, you can't set two union arms at the same time. It's really confusing to read this code... thanks for spotting this. The problem I was trying (and failing) to fix is the CIFS NTVFS backend, which needs to send the fnum along to the target server. I'll see if