*** empty log message ***

This commit is contained in:
George Wang 2008-09-21 02:38:32 +00:00
parent 0f4f00e3ae
commit ffe4bd566f

View file

@ -2125,8 +2125,7 @@ void LSAPI_Init_Env_Parameters( fn_select_t fp )
#if defined( RLIMIT_CORE ) #if defined( RLIMIT_CORE )
p = getenv( "LSAPI_ALLOW_CORE_DUMP" ); p = getenv( "LSAPI_ALLOW_CORE_DUMP" );
if ( !p ) if ( !p ) {
{
struct rlimit limit = { 0, 0 }; struct rlimit limit = { 0, 0 };
setrlimit( RLIMIT_CORE, &limit ); setrlimit( RLIMIT_CORE, &limit );
} }