Commit cdb9625d authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

parent 5136b3a1
...@@ -71,7 +71,7 @@ static const struct epm_endpoints ...@@ -71,7 +71,7 @@ static const struct epm_endpoints
{ "ncacn_np", "\\pipe\\epmapper" }, { "ncacn_np", "\\pipe\\epmapper" },
{ "ncacn_ip_tcp", "135" }, { "ncacn_ip_tcp", "135" },
{ "ncacn_ip_udp", "135" }, { "ncacn_ip_udp", "135" },
{ "ncalprc", "epmapper" }, { "ncalrpc", "epmapper" },
{ "ncacn_http", "593" }, { "ncacn_http", "593" },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment