mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
r21397: revert accidential commit
This commit is contained in:
parent
7acc9421b0
commit
9fe5f78857
@ -504,7 +504,7 @@ int read_reply(struct winbindd_response *response)
|
||||
|
||||
/* Mallocate memory for extra data */
|
||||
|
||||
if (!(response->extra_data.data = SMB_MALLOC(extra_data_len))) {
|
||||
if (!(response->extra_data.data = malloc(extra_data_len))) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user