From d32459cf059ff29a5ddc4b83ca2bf50a7828454b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Aug 2012 01:39:25 -0700 Subject: [PATCH] avoid RT __WARN__ handler harder --- FS/FS/TicketSystem/RT_Internal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 939aa4017..b09647e18 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -92,7 +92,7 @@ sub init { # this needs to be done on each fork warn "$me init: initializing RT\n" if $DEBUG; { - local $SIG{__WARN}; + local $SIG{__WARN__}; local $SIG{__DIE__}; eval 'RT::Init("NoSignalHandlers"=>1);'; } -- 2.11.0