can use DNS-0x20 draft casing.

git-svn-id: file:///svn/unbound/trunk@994 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2008-02-27 09:21:31 +00:00
parent 39b2a21a81
commit 130a5f2dee
10 changed files with 170 additions and 11 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ outside_network_create(struct comm_base* base, size_t bufsize,
int ATTR_UNUSED(num_ifs), int ATTR_UNUSED(do_ip4),
int ATTR_UNUSED(do_ip6), int ATTR_UNUSED(port_base),
size_t ATTR_UNUSED(num_tcp), struct infra_cache* ATTR_UNUSED(infra),
struct ub_randstate* ATTR_UNUSED(rnd))
struct ub_randstate* ATTR_UNUSED(rnd), int ATTR_UNUSED(use_caps_for_id))
{
struct outside_network* outnet = calloc(1,
sizeof(struct outside_network));