mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID:364 - Fix for serial-basic interface bridging
Response matching for bridged serial-basic interface request is broken. This patch fixes the problem. Commit for: Dmitry Bazhenov
This commit is contained in:
parent
2d79e69f5f
commit
e8450850e3
@ -951,7 +951,7 @@ serial_bm_send_request(struct ipmi_intf * intf, struct ipmi_rq * req)
|
||||
/* check if response for inner request is not encapsulated */
|
||||
} else if (rv == 1) {
|
||||
/* wait for response for inner request */
|
||||
rv = serial_bm_wait_response(intf, &req_ctx[0],
|
||||
rv = serial_bm_wait_response(intf, &req_ctx[1],
|
||||
&read_ctx, msg, sizeof (msg));
|
||||
|
||||
/* check for IO error */
|
||||
|
Loading…
x
Reference in New Issue
Block a user