summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ipmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ipmi.c b/core/ipmi.c
index 6770b43a..27cb4268 100644
--- a/core/ipmi.c
+++ b/core/ipmi.c
@@ -178,7 +178,7 @@ void ipmi_queue_msg_sync(struct ipmi_msg *msg)
sync_msg = msg;
if (msg->backend->disable_retry)
msg->backend->disable_retry(msg);
- ipmi_queue_msg(msg);
+ ipmi_queue_msg_head(msg);
unlock(&sync_lock);
while (sync_msg == msg)
OpenPOWER on IntegriCloud