mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
IMAGE_FILE_INFO used hostname instead of filename (#457)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user