Fix unclean shutdown induced by discovery worker

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15959 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-04-11 19:46:48 +00:00
parent d3adad02ee
commit 4817dfbe26

View File

@ -517,6 +517,8 @@ sub grant_tcrequests {
}
sub do_discovery_process {
$SIG{TERM} = 'DEFAULT';
$SIG{INT} = 'DEFAULT';
my %args =@_;
my $broker = $args{broker};
my $quit=0;