diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-05-02 12:51:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-05-02 12:51:21 +0100 |
commit | ef22c051312c4d650eac129bc197a942f1a69b26 (patch) | |
tree | f8fca8236ed238adbf1d027bd7e7e4492b5b32ec /src | |
parent | c9a308dad408f6bc60ac522ccd0d1ec1479aa216 (diff) | |
download | rspamd-ef22c051312c4d650eac129bc197a942f1a69b26.tar.gz rspamd-ef22c051312c4d650eac129bc197a942f1a69b26.zip |
Fix misprint.
Diffstat (limited to 'src')
-rw-r--r-- | src/libutil/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.c b/src/libutil/http.c index 1ad8cba34..5c09f47a7 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) { |