Skip to content

Commit

Permalink
[Minor] Fix dns servers upstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 26, 2019
1 parent 5e11698 commit a30f3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libutil/upstream.c
Expand Up @@ -799,6 +799,7 @@ rspamd_upstreams_add_upstream (struct upstream_list *ups, const gchar *str,
}

g_ptr_array_add (addrs, addr);
ret = RSPAMD_PARSE_ADDR_NUMERIC;

if (ups->ctx) {
rspamd_mempool_add_destructor (ups->ctx->pool,
Expand Down

0 comments on commit a30f3af

Please sign in to comment.