mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-21 16:42:19 +08:00
The select syscall can be interrupted for signals like SIGPROF. The IPMI command sent will still be outstanding but the send_command will return an error. When the next command is sent it will get the completion for the previous command and has the tendency to break state of end users. Signed-off-by: William A. Kennington III <wak@google.com>