From c77586e2978f0f8c56e7c893e389571ae6106d8a Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 5 Dec 2002 00:47:41 +0000 Subject: fix stat reporting on put command (This used to be commit c53e10ff879535e931cb3267d9190fd798d85b31) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/client/client.c b/source3/client/client.c index c8529b84f2..76e07cb4f3 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1062,7 +1062,7 @@ static int do_put(char *rname, char *lname, BOOL reput) int fnum; XFILE *f; int start = 0; - int nread = 0; + off_t nread = 0; char *buf = NULL; int maxwrite = io_bufsize; int rc = 0; -- cgit