X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=4cd12eb0ab17842a309b04374028bea04921f47e;hp=4674ec04de88f335e24cde3732af14f154216cd8;hb=7ddeb416451e763677f1638263e26e0855d79d91;hpb=2b8ac364a9ad11f67bfc1cdd01c113bde30baaf7 diff --git a/error.h b/error.h index 4674ec04..4cd12eb0 100644 --- a/error.h +++ b/error.h @@ -169,6 +169,7 @@ extern const char **para_errlist[]; PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \ PARA_ERROR(INVALID_CHALLENGE, "did not receive valid challenge"), \ PARA_ERROR(NO_CONFIG, "config file not found"), \ + PARA_ERROR(BAD_CONFIG, "syntax error in config file"), \ PARA_ERROR(CLIENT_AUTH, "authentication failed"), \ PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \