mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
FS-5819 fix typo
This commit is contained in:
parent
42d7d86514
commit
6b9382290d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user