From 5196825b4c620d0c5e2f5893f3e4e57c14a91e8e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Aug 2006 14:55:46 +0000 Subject: r17850: Another dummy checkin for the build farm to retry (This used to be commit ac7087a6516fa7e0d10523a892acae852a80e29e) --- source3/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 87ca3245c1..d8cf43e652 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -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; -- cgit