summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Wang <gwang@php.net>2008-09-21 02:38:32 +0000
committerGeorge Wang <gwang@php.net>2008-09-21 02:38:32 +0000
commitffe4bd566f18f32e884206336d381a89609b0f5c (patch)
tree7ab8b5bbd4b771d9919504321ef4df443bb4f29c
parent0f4f00e3ae7bdc0ef755412de1118c616cd8504d (diff)
downloadphp-git-ffe4bd566f18f32e884206336d381a89609b0f5c.tar.gz
*** empty log message ***
-rw-r--r--sapi/litespeed/lsapilib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/litespeed/lsapilib.c b/sapi/litespeed/lsapilib.c
index 9092533a5c..9084a850b2 100644
--- a/sapi/litespeed/lsapilib.c
+++ b/sapi/litespeed/lsapilib.c
@@ -2125,8 +2125,7 @@ void LSAPI_Init_Env_Parameters( fn_select_t fp )
#if defined( RLIMIT_CORE )
p = getenv( "LSAPI_ALLOW_CORE_DUMP" );
- if ( !p )
- {
+ if ( !p ) {
struct rlimit limit = { 0, 0 };
setrlimit( RLIMIT_CORE, &limit );
}