From a7cd2084df214c3488df8b754c68f0cd7a14c34e Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 1 Dec 2009 02:56:33 +0000 Subject: Fixed including another error message --- ot_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.c') diff --git a/ot_http.c b/ot_http.c index 9c9fb0f..22fb68f 100644 --- 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; -- cgit v1.2.3