diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-14 14:28:14 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-14 14:28:14 +0100 |
commit | 8d84fd154d87a84eb2775f2d7ff7ca0868c30e10 (patch) | |
tree | c247448efb375b062c46ef3f50d4787ab7bfd4f0 /src/libutil/http.h | |
parent | 9e1dd854f40a8c782eb2dd436c259817b1ac783a (diff) | |
download | rspamd-8d84fd154d87a84eb2775f2d7ff7ca0868c30e10.tar.gz rspamd-8d84fd154d87a84eb2775f2d7ff7ca0868c30e10.zip |
Remove connection entries from HTTP router.
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 3ecfc1c99..0c1515b47 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -130,7 +130,7 @@ struct rspamd_http_connection_entry { struct rspamd_http_connection *conn; gpointer ud; gboolean is_reply; - struct rspamd_http_connection_entry *next; + struct rspamd_http_connection_entry *prev, *next; }; struct rspamd_http_connection_router { |