diff options
Diffstat (limited to 'mod_glusterfs/lighttpd/1.5/mod_glusterfs.c')
-rw-r--r-- | mod_glusterfs/lighttpd/1.5/mod_glusterfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c b/mod_glusterfs/lighttpd/1.5/mod_glusterfs.c index 4329640e2..919218e1d 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); */ } |