mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Merged revisions 151439 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r151439 | mmichelson | 2008-10-21 18:31:17 -0500 (Tue, 21 Oct 2008) | 3 lines Get this compiling in dev-mode ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@151441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21247,7 +21247,7 @@ static struct sip_peer *build_peer(const char *name, struct ast_variable *v, str
|
||||
char *params;
|
||||
|
||||
ast_copy_string(_srvlookup, srvlookup, sizeof(_srvlookup));
|
||||
if (params = strchr(_srvlookup, ';')) {
|
||||
if ((params = strchr(_srvlookup, ';'))) {
|
||||
*params++ = '\0';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user