r21397: revert accidential commit
authorHerb Lewis <herb@samba.org>
Fri, 16 Feb 2007 20:02:13 +0000 (20:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:02 +0000 (12:18 -0500)
(This used to be commit 9fe5f7885771e68b11c7794653d0e4771eeac403)

source3/nsswitch/wb_common.c

index 13cefd135d4a9dfba5ff14e196142534d99dc30e..05d2a660e73b27b59f92047056ed8457deee5ea0 100644 (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;
                }