Actions
Bug #1008
closedPlugin does not listen on socket
Start date:
06/02/2012
Due date:
% Done:
0%
Estimated time:
Description
The plugin does not listen on the specified socket as poll() in select.cpp returns with EINTR and in syslog the message "ERROR (select.cpp,154): Unterbrechung während des Betriebssystemaufrufs". As nothing listens on the port there are no connections possible.
The attached patch ignores EINTR which fixes this issue.
Files
Actions