提交 6b938229 authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-5819 fix typo

上级 42d7d865
...@@ -130,7 +130,7 @@ int sip_is_allowed(sip_allow_t const *allow, ...@@ -130,7 +130,7 @@ int sip_is_allowed(sip_allow_t const *allow,
sip_method_t method, sip_method_t method,
char const *name) char const *name)
{ {
int met = method; int meth = method;
if (meth < sip_method_unknown || !allow) if (meth < sip_method_unknown || !allow)
return 0; return 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论