]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Fixed including another error message
authorerdgeist <>
Tue, 1 Dec 2009 02:56:33 +0000 (02:56 +0000)
committererdgeist <>
Tue, 1 Dec 2009 02:56:33 +0000 (02:56 +0000)
ot_http.c

index 9c9fb0f39dd1d45e13c8806e40bc9f0550210aef..22fb68f554b375599617ee3f8b2e4e4e81de7ae5 100644 (file)
--- a/ot_http.c
+++ b/ot_http.c
@@ -96,7 +96,7 @@ static void http_senddata( const int64 sock, struct ot_workstruct *ws ) {
 #define HTTPERROR_500            return http_issue_error( sock, ws, CODE_HTTPERROR_500 )
 ssize_t http_issue_error( const int64 sock, struct ot_workstruct *ws, int code ) {
   char *error_code[] = { "302 Found", "400 Invalid Request", "400 Invalid Request", "400 Invalid Request", "402 Payment Required",
-                         "403 Access Denied", "404 Not Found", "500 Internal Server Error" };
+                         "403 Not Modest", "403 Access Denied", "404 Not Found", "500 Internal Server Error" };
   char *title = error_code[code];
 
   ws->reply = ws->outbuf;