]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorGeorge Wang <gwang@php.net>
Sun, 21 Sep 2008 02:37:57 +0000 (02:37 +0000)
committerGeorge Wang <gwang@php.net>
Sun, 21 Sep 2008 02:37:57 +0000 (02:37 +0000)
sapi/litespeed/lsapilib.c

index 9092533a5c01568821be44f1d011825546db95ec..9084a850b28a1ce185c6c7d1c9bb495c398a1c84 100644 (file)
@@ -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 );
     }