mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
change variable use from optarg to intfname..
This commit is contained in:
parent
a7bb4e2ba7
commit
9f055476c3
@ -359,7 +359,7 @@ int main(int argc, char ** argv)
|
||||
if (intfarg) {
|
||||
intf = ipmi_intf_load(intfname);
|
||||
if (!intf) {
|
||||
printf("Error loading interface %s\n", optarg);
|
||||
printf("Error loading interface %s\n", intfname);
|
||||
goto out_free;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user