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

Simplify the implementation of /kick #2065

Merged

Conversation

lmoureaux
Copy link
Contributor

There was a warning that a variable may have been used initialized. This was likely not the case, but since the implementation was convoluted I used the opportunity to simplify it.

Closes #2064.

There was a warning that a variable may have been used initialized. This was
likely not the case, but since the implementation was convoluted I used the
opportunity to simplify it.

Closes longturn#2064.
@lmoureaux lmoureaux requested a review from jwrober November 27, 2023 01:30
Copy link
Collaborator

@jwrober jwrober left a comment

Choose a reason for hiding this comment

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

LGTM

@lmoureaux lmoureaux merged commit afed2ed into longturn:master Nov 27, 2023
17 checks passed
@lmoureaux lmoureaux deleted the bugfix/kick-unused-variable-warning branch November 27, 2023 23:39
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.

warning: 'unique_ipaddr' may be used uninitialized
2 participants