-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 3.4.0alpha1
-
Component/s: Agent (G), Server (S)
The return value of zbx_tcp_send_raw() is checked in other places. If we really want to ignore failed sending then let's prepend the function call with (void).
(void)zbx_tcp_send_raw(sock, json.buffer);
Coverity issue CID 118906.