summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-08-27 14:55:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:53 -0500
commit5196825b4c620d0c5e2f5893f3e4e57c14a91e8e (patch)
tree3ce295730179f7938b0c0fb6f1ec4be7b40dc403 /source3/client/clitar.c
parent8f9a26cb4082d6f74aeef02dff29fc9ee55e7257 (diff)
downloadsamba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.tar.gz
samba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.tar.bz2
samba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.zip
r17850: Another dummy checkin for the build farm to retry
(This used to be commit ac7087a6516fa7e0d10523a892acae852a80e29e)
Diffstat (limited to 'source3/client/clitar.c')
-rw-r--r--source3/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
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;