diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-08-27 14:55:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:53 -0500 |
commit | 5196825b4c620d0c5e2f5893f3e4e57c14a91e8e (patch) | |
tree | 3ce295730179f7938b0c0fb6f1ec4be7b40dc403 /source3/client | |
parent | 8f9a26cb4082d6f74aeef02dff29fc9ee55e7257 (diff) | |
download | samba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.tar.gz samba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.tar.xz samba-5196825b4c620d0c5e2f5893f3e4e57c14a91e8e.zip |
r17850: Another dummy checkin for the build farm to retry
(This used to be commit ac7087a6516fa7e0d10523a892acae852a80e29e)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/clitar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 87ca3245c11..d8cf43e6526 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; |