From 3ef9dd1640a830f76a081bd7fd3c1e1f8fb4468e Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 15 Mar 2018 15:59:57 -0700 Subject: [PATCH] Fix http_stop_calls_into_managed typo (#673) --- src/RequestHandler/managedexports.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }