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

sciond: Fix TRC not found locally error logic #3043

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

oncilla
Copy link
Contributor

@oncilla oncilla commented Aug 26, 2019

The error handling for remote TRCs not found locally is brittle.
By simply checking the error message with common.GetErrMsg, catching
wrapped errors is not possible.

fixes #3037


This change is Reviewable

The error handling for remote TRCs not found locally is brittle.
By simply checking the error message with `common.GetErrMsg`, catching
wrapped errors is not possible.

fixes scionproto#3037
Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@oncilla oncilla merged commit af02938 into scionproto:master Aug 26, 2019
@oncilla oncilla deleted the pub-sciond-fetcher branch August 26, 2019 11:18
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.

sciond: Fail to fetch TRC for remote ISDs
2 participants