1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 08:14:58 +03:00

src/Cedar/Client.c, src/Mayaqua/Network.c, src/Mayaqua/Unix.c: silence coverity

This commit is contained in:
Ilya Shipitsin
2018-08-22 10:40:13 +05:00
parent 5ecc80a14e
commit e8c6e2c1d9
3 changed files with 11 additions and 11 deletions

View File

@ -5161,7 +5161,7 @@ void CiRpcAccepted(CLIENT *c, SOCK *s)
err = Endian32(err);
SendAll(s, &err, sizeof(UINT), false);
RecvAll(s, &err, sizeof(UINT), false);
(void)RecvAll(s, &err, sizeof(UINT), false);
}
return;
}