Fix missing return statement.

This commit is contained in:
William King 2013-06-13 10:07:56 -07:00
parent 2d4acdfa61
commit b73a8fe624
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ SWITCH_STANDARD_API(perl_api_function)
po.stream = stream;
po.session = session;
perl_thread_run(NULL, &po);
return SWITCH_STATUS_SUCCESS;
}
static switch_xml_t perl_fetch(const char *section,