aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-12-18 11:58:40 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2018-12-18 12:10:08 +0200
commitc92c0cbc9f7a1ad889cfdda6943ca484d110438e (patch)
treef939757e31abec3490371f5d37460b1defa4dd70 /src/test/test.h
parent5b2acbec0e50a1858c43d0cafe9c4696152cde27 (diff)
downloadtor-c92c0cbc9f7a1ad889cfdda6943ca484d110438e.tar.gz
tor-c92c0cbc9f7a1ad889cfdda6943ca484d110438e.zip
Actually allow unrecognized address types in NETINFO cell
Ignore the address value instead of failing with error condition in case unrecognized address type is found.
Diffstat (limited to 'src/test/test.h')
-rw-r--r--src/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h
index 092356f0fb..970a9b555b 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -232,6 +232,7 @@ extern struct testcase_t link_handshake_tests[];
extern struct testcase_t logging_tests[];
extern struct testcase_t mainloop_tests[];
extern struct testcase_t microdesc_tests[];
+extern struct testcase_t netinfo_tests[];
extern struct testcase_t nodelist_tests[];
extern struct testcase_t oom_tests[];
extern struct testcase_t oos_tests[];