fix uninitialized spew

Esse commit está contido em:
Paul Tarjan
2013-05-17 17:39:14 -07:00
commit de Sara Golemon
commit d4f8c52e9f
+1 -1
Ver Arquivo
@@ -2036,7 +2036,7 @@ Variant c_SoapServer::t_getfunctions() {
static bool valid_function(c_SoapServer *server, Object &soap_obj,
CStrRef fn_name) {
HPHP::Class* cls;
HPHP::Class* cls = nullptr;
if (server->m_type == SOAP_OBJECT || server->m_type == SOAP_CLASS) {
cls = server->m_soap_object->getVMClass();
} else if (server->m_soap_functions.functions_all) {