svn commit: samba r17850 - in branches/SAMBA_3_0/source/client: .

vlendec at samba.org vlendec at samba.org
Sun Aug 27 14:55:47 GMT 2006


Author: vlendec
Date: 2006-08-27 14:55:46 +0000 (Sun, 27 Aug 2006)
New Revision: 17850

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

Log:
Another dummy checkin for the build farm to retry
Modified:
   branches/SAMBA_3_0/source/client/clitar.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/clitar.c
===================================================================
--- branches/SAMBA_3_0/source/client/clitar.c	2006-08-27 10:46:19 UTC (rev 17849)
+++ branches/SAMBA_3_0/source/client/clitar.c	2006-08-27 14:55:46 UTC (rev 17850)
@@ -388,7 +388,7 @@
 {
 	/* initialize tar buffer */
 	tbufsiz=blocksize*TBLOCK;
-	tarbuf=SMB_MALLOC(tbufsiz);      /* FIXME: We might not get the buffer */
+	tarbuf=(char *)SMB_MALLOC(tbufsiz);      /* FIXME: We might not get the buffer */
 
 	/* reset tar buffer pointer and tar file counter and total dumped */
 	tp=0; ntarf=0; ttarf=0;



More information about the samba-cvs mailing list