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
1.6.1
Mark Michelson 17 years ago
parent fb8def13d3
commit f2efcad8f4

@ -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';
}

Loading…
Cancel
Save