mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 11:43:35 +00:00
Fix warning for buf2str argument
This commit is contained in:
committed by
Zdenek Styblik
parent
9a6ba64651
commit
ea46724878
@ -130,7 +130,7 @@ struct serial_bm_parse_ctx{
|
|||||||
* Receiving context
|
* Receiving context
|
||||||
*/
|
*/
|
||||||
struct serial_bm_recv_ctx {
|
struct serial_bm_recv_ctx {
|
||||||
char buffer[SERIAL_BM_MAX_BUFFER_SIZE];
|
uint8_t buffer[SERIAL_BM_MAX_BUFFER_SIZE];
|
||||||
size_t buffer_size;
|
size_t buffer_size;
|
||||||
size_t max_buffer_size;
|
size_t max_buffer_size;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user