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

Fixed function call bug in client #3

Closed
wants to merge 1 commit into from
Closed

Fixed function call bug in client #3

wants to merge 1 commit into from

Conversation

Soham3-1415
Copy link
Contributor

The recursive call to user_to_ip() was mistyped as _user_to_ip().

If there is a username collision, then clients will throw an error trying to make a function call to the dictionary named _user_to_ip instead of calling the function user_to_ip().

The usernames "AzN" and "msx" will result in such a collision.

The recursive call to user_to_ip() was mistyped as _user_to_ip()
@Soham3-1415
Copy link
Contributor Author

Issue fixed.

@Soham3-1415 Soham3-1415 closed this Feb 3, 2021
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.

1 participant