FS-5819 fix typo

This commit is contained in:
Chris Rienzo 2013-09-27 22:23:23 -04:00
parent 4dcb448d10
commit 5c9479db1c
1 changed files with 1 additions and 1 deletions

View File

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