[Asterisk-code-review] thread safety: Don't use getprotobyname() (asterisk[13])
George Joseph
asteriskteam at digium.com
Mon Mar 20 07:49:57 CDT 2017
George Joseph has posted comments on this change. ( https://gerrit.asterisk.org/5249 )
Change subject: thread safety: Don't use getprotobyname()
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/5249/1/main/manager.c
File main/manager.c:
Line 6618: ast_log(LOG_WARNING, "Some manager actions may be slow to respond.\n");
These 2 messages might not appear sequentially on output. Better to just concatenate the 2 string literals.
--
To view, visit https://gerrit.asterisk.org/5249
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I2e14e58674808f7ce99b2f5e900d0f90d0d8da48
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list