svn commit: samba r17847 - in branches/SAMBA_3_0/source/utils: .

vlendec at samba.org vlendec at samba.org
Sat Aug 26 22:59:59 GMT 2006


Author: vlendec
Date: 2006-08-26 22:59:58 +0000 (Sat, 26 Aug 2006)
New Revision: 17847

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

Log:
Dummy commit
Modified:
   branches/SAMBA_3_0/source/utils/smbget.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/smbget.c
===================================================================
--- branches/SAMBA_3_0/source/utils/smbget.c	2006-08-26 22:27:29 UTC (rev 17846)
+++ branches/SAMBA_3_0/source/utils/smbget.c	2006-08-26 22:59:58 UTC (rev 17847)
@@ -388,7 +388,7 @@
 		offset_check = 0;
 	}
 
-	readbuf = SMB_MALLOC(blocksize);
+	readbuf = (char *)SMB_MALLOC(blocksize);
 
 	/* Now, download all bytes from offset_download to the end */
 	for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) {



More information about the samba-cvs mailing list