summaryrefslogtreecommitdiff
path: root/src/muniacli.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-05-10 08:55:01 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-05-10 08:55:01 +0200
commit33bfd025958e4485f4647d22fb9aec5d7d94db81 (patch)
tree3c9e3e2dfc1651ebd5c2e5895ab2825b39d948b1 /src/muniacli.cc
parentc5fb4fd4d89086399762ac844b53564d98ff2d4e (diff)
Ignore remove/move/update commands on protected taskids (root, Finished, etc...)
Diffstat (limited to 'src/muniacli.cc')
-rw-r--r--src/muniacli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muniacli.cc b/src/muniacli.cc
index 3620a85..a84de65 100644
--- a/src/muniacli.cc
+++ b/src/muniacli.cc
@@ -34,7 +34,7 @@
#include <libwebsockets.h>
enum demo_protocols {
- PROTOCOL_TASK,
+ PROTOCOL_TASK
};
static int callback_task(struct libwebsocket_context *me,