]> mj.ucw.cz Git - moe.git/blobdiff - submit/commands.c
The reporting script now understands grouping.
[moe.git] / submit / commands.c
index 7ecd7810ed1a0c7a940feb04116a3fcc29b9d2c3..1e576055f72bf31a1a36d5e11ef9bc19164f9b69 100644 (file)
@@ -308,6 +308,8 @@ execute_command(struct conn *c)
     cmd_submit(c);
   else if (!strcasecmp(cmd, "STATUS"))
     cmd_status(c);
+  else if (!strcasecmp(cmd, "NOP"))
+    ;
   else
     err(c, "Unknown command");
 }