From f7abd72716bf9499581a010d7c2bf21da7987ba9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 23 Sep 2004 06:32:00 +0000 Subject: nginx-0.0.11-2004-09-23-10:32:00 import --- src/os/unix/ngx_freebsd_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os/unix/ngx_freebsd_init.c') diff --git a/src/os/unix/ngx_freebsd_init.c b/src/os/unix/ngx_freebsd_init.c index 3084831cd..55758311f 100644 --- a/src/os/unix/ngx_freebsd_init.c +++ b/src/os/unix/ngx_freebsd_init.c @@ -66,9 +66,9 @@ void ngx_debug_init() #if (NGX_DEBUG && !NGX_NO_DEBUG_MALLOC) #if __FreeBSD_version >= 500014 - _malloc_options = "J"; + _malloc_options = "JAV"; #else - malloc_options = "J"; + malloc_options = "JAV"; #endif #endif -- cgit v1.2.3