mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 11:58:36 +00:00
Fix missing return statement.
This commit is contained in:
parent
9b6cc17cf9
commit
0ee24a531f
@ -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