Skip to content
Commit 95ac0daa authored by Corey Minyard's avatar Corey Minyard
Browse files

ipmi: Fix return value when a message is truncated



The user can ask the message to be returned even if it didn't supply
enough memory for the data, and it will return an error but still
fills in as much data as possible.   However, the return value
wasn't being set to an error, it was being overwritten.  Create a
second return value for that case.

Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent d5a2197b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment