diff options
Diffstat (limited to 'src/qmode.c')
-rw-r--r-- | src/qmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmode.c b/src/qmode.c index cf52866..e23e457 100644 --- a/src/qmode.c +++ b/src/qmode.c @@ -54,7 +54,7 @@ void process_message(char *msg) const char *type = fpid_file(arg); if (type == NULL) { squeue_push2(p, "error", "Unknown piece format", 1); - } else flash_image(arg, type, NULL); + } else flash_image(arg, type, NULL, NULL, NULL); } else if (!strcmp(str, "reset")) { if (reboot_board() == 0) { |