aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-06-03 15:47:36 +0200
committerRiccardo Spagni <ric@spagni.net>2015-06-03 15:55:22 +0200
commit5df550d27624b435dfd12205c97d73ff12cc7e21 (patch)
tree72d5ed5bed5baf281bbf1e3cae2b5ab8166405bc
parent431397abfaf37b28c6981242d7fd59d8e520c8ec (diff)
parent0f4a036437fd41a5498ee5e74e2422ea6177aa3e (diff)
downloadmonzero-core-5df550d27624b435dfd12205c97d73ff12cc7e21.tar.gz
monzero-core-5df550d27624b435dfd12205c97d73ff12cc7e21.tar.xz
monzero-core-5df550d27624b435dfd12205c97d73ff12cc7e21.zip
Merge pull request #306
0f4a036 re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6 (Riccardo Spagni)
-rw-r--r--external/unbound/libunbound/libunbound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/unbound/libunbound/libunbound.c b/external/unbound/libunbound/libunbound.c
index 37288f256..b3a4c2ba7 100644
--- a/external/unbound/libunbound/libunbound.c
+++ b/external/unbound/libunbound/libunbound.c
@@ -1028,7 +1028,6 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
"\\hosts");
retval=ub_ctx_hosts(ctx, buf);
}
- free(name);
return retval;
}
return UB_READFILE;