X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=afa1e667ca3bfdfedfd17e7de6be622f210ec383;hp=70aefae10738cd0eaed813e47fe17602b0c531c7;hb=bae94d3ba972bb91626e5f15e2d5ac44da6b041d;hpb=5440b8c0464829022a0ba5dd5daa931b15712a11 diff --git a/command.c b/command.c index 70aefae1..afa1e667 100644 --- a/command.c +++ b/command.c @@ -6,6 +6,7 @@ /** \file command.c Client authentication and server commands. */ +#include #include #include #include @@ -367,6 +368,7 @@ int com_stat(struct rc4_context *rc4c, int argc, char * const * argv) parser_friendly = 1; continue; } + return -E_COMMAND_SYNTAX; } if (i != argc) return -E_COMMAND_SYNTAX;