mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
Fix missing return statement.
This commit is contained in:
parent
2d4acdfa61
commit
b73a8fe624
@ -339,6 +339,7 @@ SWITCH_STANDARD_API(perl_api_function)
|
|||||||
po.stream = stream;
|
po.stream = stream;
|
||||||
po.session = session;
|
po.session = session;
|
||||||
perl_thread_run(NULL, &po);
|
perl_thread_run(NULL, &po);
|
||||||
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
static switch_xml_t perl_fetch(const char *section,
|
static switch_xml_t perl_fetch(const char *section,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user