one day fix this mess
This commit is contained in:
parent
3ef4de991f
commit
1fad5283e0
|
@ -399,7 +399,7 @@ public class BinaryProtocol {
|
|||
|
||||
offset += requestSize;
|
||||
}
|
||||
if (arguments.saveFile) {
|
||||
if (arguments != null && arguments.saveFile) {
|
||||
try {
|
||||
ConfigurationImageFile.saveToFile(image, CONFIGURATION_RUSEFI_BINARY);
|
||||
Msq tune = MsqFactory.valueOf(image);
|
||||
|
|
Loading…
Reference in New Issue