mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
add noanswer flag to open interface
This commit is contained in:
parent
d69b8e8b7f
commit
24a0b44a98
@ -172,6 +172,9 @@ ipmi_openipmi_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req)
|
||||
* wait for and retrieve response
|
||||
*/
|
||||
|
||||
if (intf->noanswer)
|
||||
return NULL;
|
||||
|
||||
FD_ZERO(&rset);
|
||||
FD_SET(intf->fd, &rset);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user