summaryrefslogtreecommitdiffstats
path: root/src/qmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmode.c')
-rw-r--r--src/qmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmode.c b/src/qmode.c
index d8c22db..64ee94a 100644
--- a/src/qmode.c
+++ b/src/qmode.c
@@ -56,7 +56,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) {