mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-07-03 18:51:42 +00:00
fix typo in sol output when sending break
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user