*** empty log message ***

This commit is contained in:
George Wang 2008-09-21 02:37:57 +00:00
parent babc62e9ea
commit 86978e726c

View 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 );
}