rpcrt4: Fix a typo in the ncalrpc protseq in the epm_endpoints structure.

This commit is contained in:
Rob Shearman 2008-08-10 18:23:17 +01:00 committed by Alexandre Julliard
parent 5136b3a10b
commit cdb9625dbd
1 changed files with 1 additions and 1 deletions

View File

@ -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" },
};