Hi all! a little bugfix: -- smbd/reply.c.orig 2007-10-04 14:58:46.000000000 +0200 +++ smbd/reply.c 2007-10-04 14:57:48.000000000 +0200 @@ -3923,7 +3923,7 @@ if(IVAL(req->inbuf,smb_vwv12) != 0) { DEBUG(0,("reply_write_and_X - large offset (%x << 32) " "used and we don't support 64 bit offsets.\n", - (unsigned int)IVAL(inbuf,smb_vwv12) )); + (unsigned int)IVAL(req->inbuf,smb_vwv12) )); reply_doserror(req, ERRDOS, ERRbadaccess); END_PROFILE(SMBwriteX); return; yours joerg
Fixed with r25502. Thanks! Volker P.S: Which platform is this that doesn't have large files these days?? :-)
*** Bug 5007 has been marked as a duplicate of this bug. ***