From: George Wang Date: Sun, 21 Sep 2008 02:37:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_HEAD_NS_CHANGE~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86978e726ce7bdd86a330f3658ecf2d6603c7980;p=php *** empty log message *** --- 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 ); }