commit 54493e5: [Minor] Oops, fix usage

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Feb 26 15:42:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-02-26 15:35:19 +0000
URL: https://github.com/rspamd/rspamd/commit/54493e55a5691de3ba8eaa998aae3824402191db (HEAD -> master)

[Minor] Oops, fix usage

---
 src/libutil/map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
@@ -1648,9 +1648,9 @@ check:
 		if (cbd->fd != -1) {
 			cbd->stage = map_load_file;
 			cbd->conn = rspamd_http_connection_new (
-					NULL,
 					NULL,
 					cbd->fd,
+					NULL,
 					http_map_error,
 					http_map_finish,
 					flags,


More information about the Commits mailing list