[freeside-commits] branch master updated. d32459cf059ff29a5ddc4b83ca2bf50a7828454b

Ivan ivan at 420.am
Wed Aug 8 01:39:28 PDT 2012


The branch, master has been updated
       via  d32459cf059ff29a5ddc4b83ca2bf50a7828454b (commit)
      from  7d4cd63e56dbfcb5020faba2c9a274e3afd6d417 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d32459cf059ff29a5ddc4b83ca2bf50a7828454b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 8 01:39:25 2012 -0700

    avoid RT __WARN__ handler harder

diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm
index 939aa40..b09647e 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);';
   }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/TicketSystem/RT_Internal.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list