aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/iterator/iter_delegpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/iterator/iter_delegpt.c')
-rw-r--r--external/unbound/iterator/iter_delegpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/unbound/iterator/iter_delegpt.c b/external/unbound/iterator/iter_delegpt.c
index 0e251ff58..ecf88b293 100644
--- a/external/unbound/iterator/iter_delegpt.c
+++ b/external/unbound/iterator/iter_delegpt.c
@@ -72,6 +72,7 @@ struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* region)
return NULL;
copy->bogus = dp->bogus;
copy->has_parent_side_NS = dp->has_parent_side_NS;
+ copy->ssl_upstream = dp->ssl_upstream;
for(ns = dp->nslist; ns; ns = ns->next) {
if(!delegpt_add_ns(copy, region, ns->name, ns->lame))
return NULL;