mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-19 14:46:25 +00:00
vlmcsd-svn998-2016-08-11-Hotbird64
This commit is contained in:
@@ -72,13 +72,13 @@ RpcCtx connectToAddress(char *const addr, const int AddressFamily_unused, int_fa
|
||||
|
||||
if ((status = createStringBinding(addr, &stringBinding)) != RPC_S_OK)
|
||||
{
|
||||
errorout("%s\n", win_strerror(status));
|
||||
printerrorf("%s\n", win_strerror(status));
|
||||
return !0;
|
||||
}
|
||||
|
||||
if (PreviousRpcCallFailed)
|
||||
{
|
||||
errorout("%s\n", win_strerror(PreviousRpcCallFailed));
|
||||
printerrorf("%s\n", win_strerror(PreviousRpcCallFailed));
|
||||
return !0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user