IMAGE_FILE_INFO used hostname instead of filename (#457)

This commit is contained in:
Uwe Seimet 2021-11-13 05:28:40 +01:00 committed by GitHub
parent 492c7331cf
commit 5abd403c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,7 +391,7 @@ int main(int argc, char* argv[])
break;
case IMAGE_FILE_INFO:
rasctl_commands.CommandImageFileInfo(hostname);
rasctl_commands.CommandImageFileInfo(filename);
break;
case NETWORK_INTERFACES_INFO: