mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 3592773 - # ipmitool sdr info; prints incorrect info
Commit fixes output printed by # ipmitool sdr info; about 'SDR Repository Alloc info supported' due to incorrect member name; probably because of copy-paste error.
This commit is contained in:
parent
99e4ac0399
commit
b4754b5edb
@ -4184,7 +4184,8 @@ ipmi_sdr_print_info(struct ipmi_intf *intf)
|
||||
sdr_repository_info.
|
||||
reserve_sdr_repository_supported ? "yes" : "no");
|
||||
printf("SDR Repository Alloc info supported : %s\n",
|
||||
sdr_repository_info.delete_sdr_supported ? "yes" : "no");
|
||||
sdr_repository_info.
|
||||
get_sdr_repository_allo_info_supported ? "yes" : "no");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user