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

advancedTLS: unset a deprecated field after copying it #7239

Merged
merged 1 commit into from
May 21, 2024

Conversation

gtcooke94
Copy link
Contributor

There is a check to make sure that only one field of RootOptions is set. In copying the value of a deprecated field, there was a potential for multiple to be set. This PR sets the old field to nil after copying it.

RELEASE NOTES: none

@dfawley dfawley changed the title [advancedTLS] unset a deprecated field after copying it advancedTLS: unset a deprecated field after copying it May 21, 2024
@dfawley dfawley added Type: Bug and removed Type: Internal Cleanup Refactors, etc labels May 21, 2024
@dfawley dfawley merged commit 2d2f417 into grpc:master May 21, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants