mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 11:07: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;
|
||||
|
||||
case 'B':
|
||||
printf("%cb [send break]\r\n",
|
||||
printf("%cB [send break]\r\n",
|
||||
intf->session->sol_escape_char);
|
||||
sendBreak(intf);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user