X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fipmi.c;h=51d33dcb79635733d395fec6338c3ec4a7fe0036;hb=0a63e4493d92f7d739a1849bc65d4e971b047004;hp=fada5bdc3462a1d40396c9aa3fc4fe71f1dbe1e9;hpb=912c9b3f7c4a57fbf9ddd16db13d2651932ddb65;p=collectd.git diff --git a/src/ipmi.c b/src/ipmi.c index fada5bdc..51d33dcb 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -18,7 +18,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Peter Holik * Bruno Prémont **/ @@ -557,7 +557,7 @@ static int thread_init (os_handler_t **ret_os_handler) ipmi_domain_id_t domain_id; int status; - os_handler = ipmi_posix_thread_setup_os_handler (SIGUSR2); + os_handler = ipmi_posix_thread_setup_os_handler (SIGIO); if (os_handler == NULL) { ERROR ("ipmi plugin: ipmi_posix_thread_setup_os_handler failed.");