From 33bfd025958e4485f4647d22fb9aec5d7d94db81 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 May 2012 08:55:01 +0200 Subject: Ignore remove/move/update commands on protected taskids (root, Finished, etc...) --- src/muniacli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/muniacli.cc') 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 enum demo_protocols { - PROTOCOL_TASK, + PROTOCOL_TASK }; static int callback_task(struct libwebsocket_context *me, -- cgit v1.2.3