From 029913bbd62ed7e3c3f436afe92ad6bca9dc642c Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 25 Feb 2009 00:47:43 -0800 Subject: change MALLOC to malloc Signed-off-by: Anand V. Avati --- mod_glusterfs/lighttpd/1.5/mod_glusterfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod_glusterfs/lighttpd/1.5/mod_glusterfs.c') diff --git a/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c b/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c index 4329640e2f4..919218e1d26 100644 --- a/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c +++ b/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c @@ -1086,7 +1086,7 @@ PHYSICALPATH_FUNC(mod_glusterfs_handle_physical) { if (size) { - plugin_ctx->buf = MALLOC (size); + plugin_ctx->buf = malloc (size); /* ERR_ABORT (plugin_ctx->buf); */ } -- cgit