Merged revisions 130167 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r130167 | seanbright | 2008-07-11 14:32:26 -0400 (Fri, 11 Jul 2008) | 1 line

Missed one.  Formatting only.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@130168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Sean Bright 18 years ago
parent 559bbfc457
commit 2d96db5069

@ -2400,7 +2400,7 @@ static int find_sip_method(const char *msg)
if (ast_strlen_zero(msg))
return 0;
for (i = 1; i < (ARRAY_LEN(sip_methods)) && !res; i++) {
for (i = 1; i < ARRAY_LEN(sip_methods) && !res; i++) {
if (method_match(i, msg))
res = sip_methods[i].id;
}

Loading…
Cancel
Save