[Asterisk-code-review] res pjsip/config transport: Prevent async operations > 1 whe... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Tue Dec 8 11:32:42 CST 2015
Richard Mudgett has posted comments on this change.
Change subject: res_pjsip/config_transport: Prevent async_operations > 1 when protocol = tls
......................................................................
Patch Set 1: Code-Review-1
(2 comments)
https://gerrit.asterisk.org/#/c/1785/1//COMMIT_MSG
Commit Message:
Line 15: ASTERISK-25615 #comment Work-around until fixed upstream
Please don't use anything other than #close or nothing.
#comment puts a comment on the JIRA issue for every branch commit which is just redundant.
https://gerrit.asterisk.org/#/c/1785/1/res/res_pjsip/config_transport.c
File res/res_pjsip/config_transport.c:
Line 222: if ( transport->async_operations > 1) {
guidelines: spacing
if (transport-> ... > 1)
Also is it possible to fix the value rather than just complaining about it?
--
To view, visit https://gerrit.asterisk.org/1785
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I76b9a5b2a5a0054fe71ca5851e635f2dca7685a6
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list