From 94baa2c557e05120f73a33d274a3d1849d6f915b Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Fri, 5 May 2006 23:10:41 +0000 Subject: [PATCH] The name of the CasaAuthServer is now CasaAuthTokenSvc. --- auth_token/client/win32/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_token/client/win32/rpc.c b/auth_token/client/win32/rpc.c index 6e067076..d7575ab7 100644 --- a/auth_token/client/win32/rpc.c +++ b/auth_token/client/win32/rpc.c @@ -251,7 +251,7 @@ InternalRpc( *ppResponseData = NULL; // Create rpc target string and convert it to a wide string - sprintf(rpcTarget, "CasaAuthServer/%s", pMethod); + sprintf(rpcTarget, "CasaAuthTokenSvc/%s", pMethod); retStatus = CopyMultiToWideAlloc(rpcTarget, (int) strlen(rpcTarget), &pWideRpcTarget,