[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1559-ged44303

Jeremy Allison jra at samba.org
Tue May 12 06:23:35 GMT 2009


The branch, master has been updated
       via  ed443034ae5ab468356a2aa411bdde40715042e1 (commit)
      from  6bc1ce996d67c5f0d2c2d8571cbaabaf51e26d8d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ed443034ae5ab468356a2aa411bdde40715042e1
Author: Jeremy Allison <jra at samba.org>
Date:   Mon May 11 23:23:17 2009 -0700

    Fix warning about unused label with no sendfile.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/reply.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 418c8ba..f1275b1 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -3454,10 +3454,11 @@ static void send_file_readX(connection_struct *conn, struct smb_request *req,
 		SMB_PERFCOUNT_END(&req->pcd);
 		return;
 	}
-#endif
 
 normal_read:
 
+#endif
+
 	if ((smb_maxcnt & 0xFF0000) > 0x10000) {
 		uint8 headerbuf[smb_size + 2*12];
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list