diff options
-rw-r--r-- | src/libutil/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/map.c b/src/libutil/map.c index eca45599e..bab145e5e 100644 --- a/src/libutil/map.c +++ b/src/libutil/map.c @@ -1649,8 +1649,8 @@ check: cbd->stage = map_load_file; cbd->conn = rspamd_http_connection_new ( NULL, - NULL, cbd->fd, + NULL, http_map_error, http_map_finish, flags, |