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:
Mark Michelson
2008-10-21 23:31:17 +00:00
parent 2c55dcf8a8
commit f4561c0e46
+1 -1
View File
@@ -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';
}