remove method call that does not exist
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Aug 2006 19:03:46 +0000 (19:03 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Aug 2006 19:03:46 +0000 (19:03 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@757 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/System.pm

index 5b31d00..c88324f 100644 (file)
@@ -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(); };