The name of the CasaAuthServer is now CasaAuthTokenSvc.
This commit is contained in:
parent
9e49faabfe
commit
94baa2c557
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user