From: erickson Date: Mon, 14 Aug 2006 19:03:46 +0000 (+0000) Subject: remove method call that does not exist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5c9e1762c2259fe236a6b43a7241d798afbb0ede;p=evergreen%2Fpines.git remove method call that does not exist git-svn-id: svn://svn.open-ils.org/ILS/trunk@5499 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/perlmods/OpenSRF/System.pm b/OpenSRF/src/perlmods/OpenSRF/System.pm index 5b31d00751..c88324fdf0 100644 --- a/OpenSRF/src/perlmods/OpenSRF/System.pm +++ b/OpenSRF/src/perlmods/OpenSRF/System.pm @@ -450,7 +450,6 @@ sub hupall { _log( "HUPping brood" ); $SIG{CHLD} = 'IGNORE'; $SIG{HUP} = 'IGNORE'; - set_config(); # reload config kill( 'HUP', -$$ ); # $SIG{CHLD} = \&process_automation; $SIG{HUP} = sub{ instance()->hupall(); };