diff --git a/KSystemInformer/parameters.c b/KSystemInformer/parameters.c index eaa7d7d50be9..ec989687b5b6 100644 --- a/KSystemInformer/parameters.c +++ b/KSystemInformer/parameters.c @@ -27,7 +27,7 @@ typedef struct _KPH_PARAMETER KPH_PROTECTED_DATA_SECTION_RO_PUSH(); static const UNICODE_STRING KphpDefaultAltitude = RTL_CONSTANT_STRING(L"385210.5"); -static const UNICODE_STRING KphpDefaultPortName = RTL_CONSTANT_STRING(L"\\KSystemInformer"); +static const UNICODE_STRING KphpDefaultPortName = RTL_CONSTANT_STRING(L"\\SystemInformer"); KPH_PROTECTED_DATA_SECTION_RO_POP(); KPH_PROTECTED_DATA_SECTION_PUSH(); PUNICODE_STRING KphAltitude = NULL;