X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2Fcommands.c;h=1e576055f72bf31a1a36d5e11ef9bc19164f9b69;hb=fd6beaf63f7f970ad870885f03294f946f250db2;hp=7ecd7810ed1a0c7a940feb04116a3fcc29b9d2c3;hpb=51e6d3494735a2f5ab576731d7c14ae535550573;p=moe.git diff --git a/submit/commands.c b/submit/commands.c index 7ecd781..1e57605 100644 --- a/submit/commands.c +++ b/submit/commands.c @@ -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"); }