search for: open_and_x

Displaying 1 result from an estimated 1 matches for "open_and_x".

2003 Sep 05
1
Problem with Win95 + DFS clients (fwd)
...that Win95 does not return the proper file_fsp( smb_vwv0) when doing an IOCTL request.This causes the file_fsp call in reply_ioctl (smbd/reply.c) to fail cause a segmentation fault. I do not understand how samba work, but here is my working patch for this. I just copied the fid from the last open_And_X call and write it into inbuf if the file_fsp is different. Attached here is the diff. The patch is only on /smbd/reply.c Thank you. Iskantharajah T -------------- next part -------------- --- ./reply.c Mon Apr 7 09:54:00 2003 +++ reply.c.new Fri Sep 5 19:38:51 2003 @@ -45,6 +45,10 @@ R...