diff options
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 78850c481..952d6203b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -76,11 +76,8 @@ sub handler RT::Init() if $RT::VERSION; #for lack of something else #we don't want the RT error handlers under FS - { - no warnings 'uninitialized'; - undef $SIG{__WARN__} if defined($SIG{__WARN__}); - undef $SIG{__DIE__} if defined($SIG{__DIE__} ); - } + undef $SIG{__WARN__} if defined($SIG{__WARN__}); + undef $SIG{__DIE__} if defined($SIG{__DIE__} ); $ah->interp($fs_interp); |