From 6432e901c72f533d61a7f9b9ba35203bd9357f8d Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 16 Feb 2007 20:02:13 +0000 Subject: [PATCH] r21397: revert accidential commit (This used to be commit 9fe5f7885771e68b11c7794653d0e4771eeac403) --- source3/nsswitch/wb_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 13cefd135d4..05d2a660e73 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -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; } -- 2.11.4.GIT