diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-03-05 14:40:36 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-03-05 14:40:36 +0000 |
commit | a7a76137d87f4fe8c33a9bda24805fbbd52f126b (patch) | |
tree | 44c8b68e7372c785777cba35eb0902a5bc0bd4fe /usr.sbin/unbound/libunbound/libworker.c | |
parent | af687625218080f82b0fecdf0819b0233f881cd6 (diff) |
update to unbound 1.5.8, ok florian@ jung@
Diffstat (limited to 'usr.sbin/unbound/libunbound/libworker.c')
-rw-r--r-- | usr.sbin/unbound/libunbound/libworker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/unbound/libunbound/libworker.c b/usr.sbin/unbound/libunbound/libworker.c index 72b615313a4..ad1f84ce97d 100644 --- a/usr.sbin/unbound/libunbound/libworker.c +++ b/usr.sbin/unbound/libunbound/libworker.c @@ -232,6 +232,7 @@ libworker_setup(struct ub_ctx* ctx, int is_bg, struct event_base* eb) cfg->do_tcp?cfg->outgoing_num_tcp:0, w->env->infra_cache, w->env->rnd, cfg->use_caps_bits_for_id, ports, numports, cfg->unwanted_threshold, + cfg->outgoing_tcp_mss, &libworker_alloc_cleanup, w, cfg->do_udp, w->sslctx, cfg->delay_close, NULL); if(!w->is_bg || w->is_bg_thread) { |