mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
2b30279169
commit
6432e901c7
@ -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…
Reference in New Issue
Block a user