Update rpcrt.c
This commit is contained in:
parent
d5b8d72b43
commit
afa41cee00
|
@ -512,7 +512,7 @@ _FX NTSTATUS RpcRt_FindModulePreset(
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
const WCHAR* StoreLpcPortName(const WCHAR* wszPortId, const WCHAR* wszPortName)
|
WCHAR* StoreLpcPortName(const WCHAR* wszPortId, const WCHAR* wszPortName)
|
||||||
{
|
{
|
||||||
IPC_DYNAMIC_PORT* port = List_Head(&Ipc_DynamicPortNames);
|
IPC_DYNAMIC_PORT* port = List_Head(&Ipc_DynamicPortNames);
|
||||||
while (port)
|
while (port)
|
||||||
|
|
Loading…
Reference in New Issue