diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-01 15:52:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-01 15:52:11 +0100 |
commit | 37845898cbf779c7d3b5664997d0db48968c929c (patch) | |
tree | a190b5ee9d152ba60135136bbe8108d7da81166c /src/plugins/surbl.h | |
parent | 8cc2aee8859731ee2fe280070423f79e7d009ca3 (diff) | |
download | rspamd-37845898cbf779c7d3b5664997d0db48968c929c.tar.gz rspamd-37845898cbf779c7d3b5664997d0db48968c929c.zip |
Rework socket creation logic to support both ipv4 and ipv6 sockets.
Diffstat (limited to 'src/plugins/surbl.h')
-rw-r--r-- | src/plugins/surbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h index 950e55bcb..7a2ed58b5 100644 --- a/src/plugins/surbl.h +++ b/src/plugins/surbl.h @@ -20,7 +20,7 @@ struct redirector_upstream { struct upstream up; - struct in_addr ina; + gchar *addr; guint16 port; gchar *name; }; |