mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
fix compile warning
This commit is contained in:
parent
10154ba9ce
commit
28a7f2c14b
@ -1136,7 +1136,7 @@ get_cmdline_cipher_suite_priv_data(char * arg, uint8_t * buf)
|
||||
|
||||
for (i = 0; i < 15; ++i)
|
||||
{
|
||||
unsigned char priv_level;
|
||||
unsigned char priv_level = IPMI_SESSION_PRIV_ADMIN;
|
||||
|
||||
switch (arg[i])
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user