mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
parent
ecfaf019fd
commit
3f95e86c73
@ -85,8 +85,6 @@ void SocketEvents::ThreadProc(void)
|
|||||||
boost::mutex::scoped_lock lock(l_SocketIOMutex);
|
boost::mutex::scoped_lock lock(l_SocketIOMutex);
|
||||||
|
|
||||||
if (l_SocketIOFDChanged) {
|
if (l_SocketIOFDChanged) {
|
||||||
Log(LogWarning, "SocketEvents", "Updated event FDs");
|
|
||||||
|
|
||||||
pfds.resize(l_SocketIOSockets.size());
|
pfds.resize(l_SocketIOSockets.size());
|
||||||
descriptors.resize(l_SocketIOSockets.size());
|
descriptors.resize(l_SocketIOSockets.size());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user