rpcrt4: Fix a typo in the ncalrpc protseq in the epm_endpoints structure.
This commit is contained in:
parent
5136b3a10b
commit
cdb9625dbd
|
@ -71,7 +71,7 @@ static const struct epm_endpoints
|
|||
{ "ncacn_np", "\\pipe\\epmapper" },
|
||||
{ "ncacn_ip_tcp", "135" },
|
||||
{ "ncacn_ip_udp", "135" },
|
||||
{ "ncalprc", "epmapper" },
|
||||
{ "ncalrpc", "epmapper" },
|
||||
{ "ncacn_http", "593" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue