diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-19 17:29:23 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-19 17:29:23 +0000 |
commit | 5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83 (patch) | |
tree | f547db2872ebf1490d1a356b436b225496bb7a5c /src/lua/lua_http.c | |
parent | c73632361af0ec1faea773257b4b8764713cb169 (diff) | |
download | rspamd-5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83.tar.gz rspamd-5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83.zip |
Integrate rspamd with librdns.
Diffstat (limited to 'src/lua/lua_http.c')
-rw-r--r-- | src/lua/lua_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c index 324807005..15fe08e81 100644 --- a/src/lua/lua_http.c +++ b/src/lua/lua_http.c @@ -299,10 +299,10 @@ lua_http_err_cb (GError * err, void *arg) static void -lua_http_dns_callback (struct rspamd_dns_reply *reply, gpointer arg) +lua_http_dns_callback (struct rdns_reply *reply, gpointer arg) { struct lua_http_ud *ud = arg; - struct rspamd_reply_entry *elt; + struct rdns_reply_entry *elt; struct in_addr ina; struct timeval tv; |