Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1114 from mtorluemke/1.4.x-rc10-picks-3
Browse files Browse the repository at this point in the history
parent.config -- skip line if no remap origin
  • Loading branch information
dangogh committed Mar 2, 2016
2 parents 2fa58e0 + 1ec0c67 commit 2876438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traffic_ops/app/lib/UI/ConfigFiles.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ sub parent_dot_config {

foreach my $remap ( @{ $data->{dslist} } ) {
my $org = $remap->{org};
next if !defined $org || $org eq "";
next if $done{$org};
if ( $remap->{type} eq "HTTP_NO_CACHE" || $remap->{type} eq "HTTP_LIVE" || $remap->{type} eq "DNS_LIVE" ) {
my $org_fqdn = $remap->{org};
Expand Down

0 comments on commit 2876438

Please sign in to comment.