-
Notifications
You must be signed in to change notification settings - Fork 3.4k
dnsproxy: fix error when sessionUDPFactory fails #33998
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
Conversation
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've asked you @mhofstetter for review just to double check as I wasn't sure if you wanted to have separate error for some side-effect with ferr / err🤔? I couldn't find anything though.
No i'm not (no longer 😁 ) aware of such a special case. But thanks for asking!
LGTM - thanks for fixing this ✔️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Before, we were always printing nil from previous err rather than current ferr. Fixes: cilium#28163 Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
77b19c3
to
666aa52
Compare
/test |
Fixes: #28163
Before, we were always printing nil from previous err rather than current ferr.
I've asked you @mhofstetter for review just to double check as I wasn't sure if you wanted to have separate error for some side-effect with
ferr
/err
🤔? I couldn't find anything though.