mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-08-03 13:52:50 +08:00
vlmcsd-1106-2016-12-06-Hotbird64
This commit is contained in:
+1
-1
@@ -854,7 +854,7 @@ int SendActivationRequest(const RpcCtx sock, RESPONSE *baseResponse, REQUEST *ba
|
||||
else
|
||||
request = CreateRequestV6(&requestSize, baseRequest);
|
||||
|
||||
if (!(status = rpcSendRequest(sock, request, requestSize, &response, &responseSize)))
|
||||
if (!((status = rpcSendRequest(sock, request, requestSize, &response, &responseSize))))
|
||||
{
|
||||
if (LE16(((RESPONSE*)(response))->MajorVer) == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user