aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api.c')
-rw-r--r--src/ats/test_ats_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/test_ats_api.c b/src/ats/test_ats_api.c
index b449e5066..e049ebe16 100644
--- a/src/ats/test_ats_api.c
+++ b/src/ats/test_ats_api.c
@@ -41,7 +41,7 @@ static struct Command test_commands[] = {
41 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 41 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
42 .session = 0, 42 .session = 0,
43 .properties = { 43 .properties = {
44 .scope = GNUNET_ATS_NET_LAN 44 .scope = GNUNET_NT_LAN
45 } 45 }
46 } 46 }
47 }, 47 },
@@ -55,7 +55,7 @@ static struct Command test_commands[] = {
55 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 55 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
56 .session = 0, 56 .session = 0,
57 .properties = { 57 .properties = {
58 .scope = GNUNET_ATS_NET_LAN 58 .scope = GNUNET_NT_LAN
59 }, 59 },
60 .expect_fail = 1 60 .expect_fail = 1
61 } 61 }
@@ -155,7 +155,7 @@ static struct Command test_commands[] = {
155 .addr_num = 0, 155 .addr_num = 0,
156 .session = 0, 156 .session = 0,
157 .properties = { 157 .properties = {
158 .scope = GNUNET_ATS_NET_LAN 158 .scope = GNUNET_NT_LAN
159 } 159 }
160 } 160 }
161 }, 161 },
@@ -184,7 +184,7 @@ static struct Command test_commands[] = {
184 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE, 184 .addr_flags = GNUNET_HELLO_ADDRESS_INFO_NONE,
185 .session = 0, 185 .session = 0,
186 .properties = { 186 .properties = {
187 .scope = GNUNET_ATS_NET_LAN 187 .scope = GNUNET_NT_LAN
188 } 188 }
189 } 189 }
190 }, 190 },