r17850: Another dummy checkin for the build farm to retry
authorVolker Lendecke <vlendec@samba.org>
Sun, 27 Aug 2006 14:55:46 +0000 (14:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:53 +0000 (11:38 -0500)
source/client/clitar.c

index 87ca3245c117cc3bb518bdc5d2f51b94b5ae8b2e..d8cf43e652638cc10425fd77efa8a286d0f14867 100644 (file)
@@ -388,7 +388,7 @@ static void initarbuf(void)
 {
        /* 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;