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

Fix RTN10b. #230

Merged
merged 1 commit into from
Feb 18, 2016
Merged

Fix RTN10b. #230

merged 1 commit into from
Feb 18, 2016

Conversation

tcard
Copy link
Contributor

@tcard tcard commented Feb 17, 2016

The test was checking the connection serial before the connection
was established. The code behave correctly, but before CONNECTED
serial was 0 just because it's the default int value, then set to
-1 at CONNECTED. I've changed serial's initial value to -1, to
make it not important whether you check it before of after the
connection is established.

Review on Reviewable

The test was checking the connection serial before the connection
was established. The code behave correctly, but before CONNECTED
serial was 0 just because it's the default int value, then set to
-1 at CONNECTED. I've changed serial's initial value to -1, to
make it not important whether you check it before of after the
connection is established.
@ricardopereira
Copy link
Contributor

LGTM

@mattheworiordan
Copy link
Member

👍

tcard added a commit that referenced this pull request Feb 18, 2016
@tcard tcard merged commit f75097e into master Feb 18, 2016
@tcard tcard deleted the fix-rtn10b branch February 18, 2016 17:00
maratal pushed a commit that referenced this pull request Jul 19, 2023
spec: Fix listener issue in RTL7c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants