mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-12 11:37:23 +00:00
fix typo in sol output when sending break
This commit is contained in:
parent
f7cfe44ce7
commit
9f86c0601a
@ -1208,7 +1208,7 @@ processSolUserInput(
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
case 'B':
|
case 'B':
|
||||||
printf("%cb [send break]\r\n",
|
printf("%cB [send break]\r\n",
|
||||||
intf->session->sol_escape_char);
|
intf->session->sol_escape_char);
|
||||||
sendBreak(intf);
|
sendBreak(intf);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user