The branch, v3-2-test has been updated
       via  9a966e5593ae4474014aec5d8c68c489ac8ce0c9 (commit)
      from  d7346e9360ffa97e44fa781293d32c707436193b (commit)

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


- Log -----------------------------------------------------------------
commit 9a966e5593ae4474014aec5d8c68c489ac8ce0c9
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Fri Feb 29 15:13:02 2008 +0100

    Fix warnings

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

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


Changeset truncated at 500 lines:

diff --git a/source/client/client.c b/source/client/client.c
index 1410fc2..c97f622 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -979,11 +979,10 @@ static int do_get(const char *rname, const char 
*lname_in, bool reget)
        int handle = 0, fnum;
        bool newhandle = false;
        struct timeval tp_start;
-       int read_size = io_bufsize;
        uint16 attr;
        SMB_OFF_T size;
        off_t start = 0;
-       off_t nread = 0;
+       ssize_t nread = 0;
        int rc = 0;
        struct cli_state *targetcli = NULL;
        char *targetname = NULL;


-- 
Samba Shared Repository

Reply via email to