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

Fix agent listenip #52

Merged
merged 2 commits into from
Feb 15, 2015
Merged

Fix agent listenip #52

merged 2 commits into from
Feb 15, 2015

Conversation

JvdW
Copy link
Contributor

@JvdW JvdW commented Feb 15, 2015

Fix agent listenip construct to be the same as in proxy.pp. This fixes a bug (== vs != or defined vs undefined) and style.

JvdW added 2 commits February 15, 2015 12:33
proxy.pp uses if ($listenip == defined) and agent uses if $listenip == undefined there by skipping the test when the parameter is set which is not what is meant to happen. Alternative is to change both proxy.pp and agent.pp to use if $listenip != undefined but thats two changes
Fix listenip to be inline with proxy.pp
dj-wasabi added a commit that referenced this pull request Feb 15, 2015
@dj-wasabi dj-wasabi merged commit aa28b89 into voxpupuli:master Feb 15, 2015
@dj-wasabi
Copy link
Contributor

Thanks!
I fixed it locally but not commited it yet, so I'll use your version.

@dj-wasabi dj-wasabi added this to the 1.2.0 milestone Feb 24, 2015
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.

2 participants