1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r17847: Dummy commit

This commit is contained in:
Volker Lendecke 2006-08-26 22:59:58 +00:00 committed by Gerald (Jerry) Carter
parent ec42ec31c0
commit cdcea36095

View File

@ -388,7 +388,7 @@ int smb_download_file(const char *base, const char *name, int recursive, int res
offset_check = 0;
}
readbuf = SMB_MALLOC(blocksize);
readbuf = (char *)SMB_MALLOC(blocksize);
/* Now, download all bytes from offset_download to the end */
for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) {