From ab98fe13d7d630be88431b5ec0d761573044ac3a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 1 Aug 2016 23:19:10 +0200 Subject: [PATCH] Try if this fixes the build on RHEL{5,6} --- src/ipmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipmi.c b/src/ipmi.c index 2fee9f28..a5057d36 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -570,7 +570,7 @@ static int thread_init (os_handler_t **ret_os_handler) return (-1); } - ipmi_open_option_t open_option[ ] = { + ipmi_open_option_t open_option[1] = { [0] = { .option = IPMI_OPEN_OPTION_ALL, .ival = 1 -- 2.30.2