centreon / centreon-broker

A full-featured monitoring event broker, compatible with MySQL, RRDtool, Graphite and more
Apache License 2.0
37 stars 15 forks source link

fix(tcp): getting remote endpoint from a socket may fail #604

Closed bouda1 closed 3 years ago

bouda1 commented 3 years ago

Description

Getting the remote endpoint from a socket is implemented in two ways:

In our code, we called the first one but did not catch the eventual exception.

REFS: MON-6904

Type of change