svn commit: samba r4295 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Mon Dec 20 22:04:53 GMT 2004


Author: jra
Date: 2004-12-20 22:04:53 +0000 (Mon, 20 Dec 2004)
New Revision: 4295

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4295

Log:
Don't include header len in data write debug.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2004-12-20 22:04:44 UTC (rev 4294)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2004-12-20 22:04:53 UTC (rev 4295)
@@ -2188,7 +2188,7 @@
 					exit_server("send_file_readX: fake_sendfile failed");
 				}
 				DEBUG( 3, ( "send_file_readX: fake_sendfile fnum=%d max=%d nread=%d\n",
-					fsp->fnum, (int)smb_maxcnt, (int)(nread + (data - outbuf)) ) );
+					fsp->fnum, (int)smb_maxcnt, (int)nread ) );
 				/* Returning -1 here means successful sendfile. */
 				return -1;
 			}



More information about the samba-cvs mailing list