mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
me stupid.
never commit without building. sorry.
This commit is contained in:
parent
99071c45d0
commit
f87924aec4
@ -524,7 +524,7 @@ SMB_OFF_T transfer_file(int infd,int outfd,SMB_OFF_T n,char *header,int headlen,
|
||||
}
|
||||
|
||||
while (!buf && size>0) {
|
||||
buf = (char *)malloc(buf,size+8);
|
||||
buf = (char *)malloc(size+8);
|
||||
if (!buf) size /= 2;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user