diff --git a/src/RequestHandler/managedexports.cxx b/src/RequestHandler/managedexports.cxx index a7292f9421..f707706b9f 100644 --- a/src/RequestHandler/managedexports.cxx +++ b/src/RequestHandler/managedexports.cxx @@ -425,7 +425,7 @@ http_get_authentication_information( EXTERN_C __MIDL_DECLSPEC_DLLEXPORT VOID -http_stop_calls_into_mananged() +http_stop_calls_into_managed() { IN_PROCESS_APPLICATION::GetInstance()->StopCallsIntoManaged(); }