From: Vsevolod Stakhov Date: Fri, 2 May 2014 11:51:21 +0000 (+0100) Subject: Fix misprint. X-Git-Tag: 0.7.0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef22c051312c4d650eac129bc197a942f1a69b26;p=thirdparty%2Frspamd.git Fix misprint. --- diff --git a/src/libutil/http.c b/src/libutil/http.c index 1ad8cba34c..5c09f47a71 100644 --- a/src/libutil/http.c +++ b/src/libutil/http.c @@ -1148,7 +1148,7 @@ rspamd_http_router_finish_handler (struct rspamd_http_connection *conn, } else { if (entry->rt->default_fs_path == NULL || - rspamd_http_router_try_file (entry, msg, TRUE)) { + !rspamd_http_router_try_file (entry, msg, TRUE)) { err = g_error_new (HTTP_ERROR, 404, "Not found"); if (entry->rt->error_handler != NULL) {