Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevents parent.config failure when no delivery services assinged #1898

Merged
merged 1 commit into from Feb 23, 2018

Conversation

dg4prez
Copy link
Contributor

@dg4prez dg4prez commented Feb 21, 2018

Checks that there are delivery services assigned before trying to process them.

@asfgit
Copy link
Contributor

asfgit commented Feb 21, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-trafficcontrol-PR/1072/
Test PASSed.


if ( $ds->{qstring_ignore} == 0 && !defined($ds_qsh) ) {
$parent_qstring = "consider";
unless (!defined($data->{dslist})) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

umm... unless (!...) is much more easily written as if (...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't really argue with that. Updated.

@asfgit
Copy link
Contributor

asfgit commented Feb 22, 2018

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-trafficcontrol-PR/1092/
Test PASSed.

@dangogh dangogh merged commit f571a81 into apache:master Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants