aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-31 17:45:18 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-31 17:45:18 +0100
commit8cc2aee8859731ee2fe280070423f79e7d009ca3 (patch)
tree76951e59a1285c02ae50a89cbf69fcbb11f89b6b /src/map.h
parent7b3682ce3c78d26dd75782f931611bd09bcc76a5 (diff)
downloadrspamd-8cc2aee8859731ee2fe280070423f79e7d009ca3.tar.gz
rspamd-8cc2aee8859731ee2fe280070423f79e7d009ca3.zip
Use getaddrinfo when opening sockets.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 8623e6845..ec35f8486 100644
--- a/src/map.h
+++ b/src/map.h
@@ -37,7 +37,7 @@ struct file_map_data {
* Data specific to HTTP maps
*/
struct http_map_data {
- struct in_addr addr;
+ struct addrinfo *addr;
guint16 port;
gchar *path;
gchar *host;