mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
IMAGE_FILE_INFO used hostname instead of filename (#457)
This commit is contained in:
parent
492c7331cf
commit
5abd403c78
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user