]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix missing return statement.
authorWilliam King <william.king@quentustech.com>
Thu, 13 Jun 2013 17:07:56 +0000 (10:07 -0700)
committerWilliam King <william.king@quentustech.com>
Thu, 13 Jun 2013 17:08:16 +0000 (10:08 -0700)
src/mod/languages/mod_perl/mod_perl.c

index 4ceb47e4e8eb29c7636dad970f336ce918731bf5..d9db820322330499607bf0e50e4522c688d3fb8a 100644 (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,