mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
Get this compiling in dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -21936,7 +21936,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