The branch, v3-4-test has been updated
       via  6c5450d9010b83e4acdd359279102ceda9bf0318 (commit)
      from  b5947b876f3c777e075879d305b6672a6c8d8abd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 6c5450d9010b83e4acdd359279102ceda9bf0318
Author: Jeremy Allison <[email protected]>
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 eb52ef3..f35900b 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -3358,10 +3358,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

Reply via email to