-
Notifications
You must be signed in to change notification settings - Fork 12
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
Restore missing break in process_link_channels() #448
Restore missing break in process_link_channels() #448
Conversation
remote_hangup_helper() is an odd one. The function looks to expect that the passed in |
Yeah, agreed, probably not my best thinking on that one, I took all the identical code and moved it in there without paying attention to that detail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace your commit message with the following, amend your commit, and force push it:
app_rpt: Readd missing break statement.
Restore a break statement that was accidentally removed during the refactor in
commit 3834be01031a4098a14b2c36f99f99a26223f396.
Fixes: #447
Translated ...
|
Restore a break statement that was accidentally removed during the refactor in commit 3834be0. Fixes: AllStarLink#447
460fa4a
to
e4634d7
Compare
Sorry - other projects I have contributed to put these in the PR rather than commit. Now I know for the next one ;) |
I did do a bit more digging - with the break it now appears to match the original code, but that doesn't mean it was right in the first place :) |
Glad you did some digging - you uncovered something important here we had all missed until now! It's much appreciated. The PR description is nice, but really it's the commit that matters since that's what's merged and what people will see when they look at the repo's history. |
Addressing issue #447
Restore in inadvertently removed break