From: erickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
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=5b3fd429f6c17a4480149d8932140a3c8a97f93c;p=working%2FOpenSRF.git

remove method call that does not exist


git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@757 9efc2488-bf62-4759-914b-345cdb29e865
---

diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm
index 5b31d00..c88324f 100644
--- a/src/perlmods/OpenSRF/System.pm
+++ b/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(); };