1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r21397: revert accidential commit

(This used to be commit 9fe5f78857)
This commit is contained in:
Herb Lewis 2007-02-16 20:02:13 +00:00 committed by Gerald (Jerry) Carter
parent 2b30279169
commit 6432e901c7

View File

@ -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;
}