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

Commit 2876438

Browse files
committed
Merge pull request #1114 from mtorluemke/1.4.x-rc10-picks-3
parent.config -- skip line if no remap origin
2 parents 2fa58e0 + 1ec0c67 commit 2876438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

traffic_ops/app/lib/UI/ConfigFiles.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ sub parent_dot_config {
10281028

10291029
foreach my $remap ( @{ $data->{dslist} } ) {
10301030
my $org = $remap->{org};
1031+
next if !defined $org || $org eq "";
10311032
next if $done{$org};
10321033
if ( $remap->{type} eq "HTTP_NO_CACHE" || $remap->{type} eq "HTTP_LIVE" || $remap->{type} eq "DNS_LIVE" ) {
10331034
my $org_fqdn = $remap->{org};

0 commit comments

Comments
 (0)