-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 1.4.3
-
Component/s: Agent (G), Server (S)
-
None
In comms.c:
if(setsockopt(s->sockets[s->num_socks], SOL_SOCKET, SO_REUSEADDR | SO_ACCEPTCONN, (void *)&on, sizeof
) == ZBX_TCP_ERROR)
Option SO_ACCEPTCONN should not be used!