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

Only decrease unknown count if cptr is in unknown state #160

Merged
merged 6 commits into from
May 20, 2021

Conversation

eaescob
Copy link
Contributor

@eaescob eaescob commented Jun 9, 2020

Solve for issue #143. Tested on testnet. Before patch:

Starting ircd (autoconn to hub) would show -1 unknown
Squitting and reconnecting would make it -2

With path:
No unknown connections

@eaescob eaescob added the bug label Jun 9, 2020
@eaescob eaescob requested review from rscs and crigler June 9, 2020 22:14
@eaescob eaescob linked an issue Jun 9, 2020 that may be closed by this pull request
Copy link
Contributor

@crigler crigler left a comment

Choose a reason for hiding this comment

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

  1. Found a typo.
  2. The unrelated whitespace changes in the commit are confusing.

src/m_server.c Outdated Show resolved Hide resolved
src/m_server.c Outdated Show resolved Hide resolved
Co-authored-by: crigler <crigler@users.sourceforge.net>
@eaescob eaescob requested a review from crigler June 10, 2020 16:55
@eaescob eaescob merged commit ae60e15 into master May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug with unknown connections count
2 participants