Fix http_stop_calls_into_managed typo (#673)
This commit is contained in:
parent
8588b77160
commit
3ef9dd1640
|
|
@ -425,7 +425,7 @@ http_get_authentication_information(
|
||||||
|
|
||||||
EXTERN_C __MIDL_DECLSPEC_DLLEXPORT
|
EXTERN_C __MIDL_DECLSPEC_DLLEXPORT
|
||||||
VOID
|
VOID
|
||||||
http_stop_calls_into_mananged()
|
http_stop_calls_into_managed()
|
||||||
{
|
{
|
||||||
IN_PROCESS_APPLICATION::GetInstance()->StopCallsIntoManaged();
|
IN_PROCESS_APPLICATION::GetInstance()->StopCallsIntoManaged();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue