The name of the CasaAuthServer is now CasaAuthTokenSvc.

This commit is contained in:
Juan Carlos Luciani 2006-05-05 23:10:41 +00:00
parent 9e49faabfe
commit 94baa2c557

View File

@ -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,