Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master bb47a457e -> 051d5f016


As part of the fix to TC-158, remove previous fix, which is not needed any more


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/ba5d1bd6
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/ba5d1bd6
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/ba5d1bd6

Branch: refs/heads/master
Commit: ba5d1bd6c860fee7541b087bfa45a1804fcbcc50
Parents: 7c03846
Author: Oren Shemesh <or...@qwilt.com>
Authored: Mon Feb 20 14:09:18 2017 +0200
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Wed Feb 22 12:11:49 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/UI/Utils.pm | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/ba5d1bd6/traffic_ops/app/lib/UI/Utils.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/UI/Utils.pm b/traffic_ops/app/lib/UI/Utils.pm
index 59c2143..ddeb2d6 100644
--- a/traffic_ops/app/lib/UI/Utils.pm
+++ b/traffic_ops/app/lib/UI/Utils.pm
@@ -384,7 +384,6 @@ sub rascal_hosts_by_cdn {
 
 sub exec_command {
        my ( $class, $command, @args ) = @_;
-       $SIG{CHLD} = 'DEFAULT';
        my $pid    = fork();
        my $result = 0;
 

Reply via email to