mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-05 12:13:35 +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