summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab98fe1)
raw | patch | inline | side by side (parent: ab98fe1)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 2 Aug 2016 07:52:43 +0000 (09:52 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 2 Aug 2016 07:52:43 +0000 (09:52 +0200) |
src/ipmi.c | patch | blob | history |
diff --git a/src/ipmi.c b/src/ipmi.c
index a5057d36e89caafadc2ca00582cec68e33098c23..1422077b3ba666afd437ad64a10b350123f39e96 100644 (file)
--- a/src/ipmi.c
+++ b/src/ipmi.c
static int thread_init (os_handler_t **ret_os_handler)
{
os_handler_t *os_handler;
+ ipmi_open_option_t open_option[1];
ipmi_con_t *smi_connection = NULL;
ipmi_domain_id_t domain_id;
int status;
ipmi_open_option_t open_option[1] = {
[0] = {
.option = IPMI_OPEN_OPTION_ALL,
- .ival = 1
+ { .ival = 1 }
}
};