Module: wine Branch: master Commit: cdb9625dbdad432aa681075bdb1d22feb1c8d063 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cdb9625dbdad432aa681075bdb...
Author: Rob Shearman robertshearman@gmail.com Date: Sun Aug 10 18:23:17 2008 +0100
rpcrt4: Fix a typo in the ncalrpc protseq in the epm_endpoints structure.
---
dlls/rpcrt4/rpc_epmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/rpcrt4/rpc_epmap.c b/dlls/rpcrt4/rpc_epmap.c index 19c11f8..f434549 100644 --- a/dlls/rpcrt4/rpc_epmap.c +++ b/dlls/rpcrt4/rpc_epmap.c @@ -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" }, };