]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
http_recv: Fix reading of the HTTP OK message pattern.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index bbe72bdc6e7adec5b0c438a66e4c1fa5749620cb..4cd12eb0ab17842a309b04374028bea04921f47e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -28,6 +28,8 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define SEND_COMMON_ERRORS
 #define STDOUT_ERRORS
 #define IPC_ERRORS
+#define AMP_FILTER_ERRORS
+
 
 
 extern const char **para_errlist[];
@@ -167,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"), \