summaryrefslogtreecommitdiffstats
path: root/src/qmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmode.c')
-rw-r--r--src/qmode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmode.c b/src/qmode.c
index 64ee94a..c725995 100644
--- a/src/qmode.c
+++ b/src/qmode.c
@@ -52,12 +52,12 @@ void process_message(char *msg)
if (c!=0) {
arg[0]='\0';
arg = arg +1;
- if (!strcmp(str, "flash")) {
+/* if (!strcmp(str, "flash")) {
const char *type = fpid_file(arg);
if (type == NULL) {
squeue_push2(p, "error", "Unknown piece format", 1);
} else flash_image(arg, type, NULL, NULL, NULL);
- } else
+ } else*/
if (!strcmp(str, "reset")) {
if (reboot_board() == 0) {
squeue_push2(p,"info", "Device reboots", 1);