aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
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.c
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.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 17b736d305..7f4f6017ef 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -890,6 +890,7 @@ struct testgroup_t testgroups[] = {
{ "legacy_hs/", hs_tests },
{ "link-handshake/", link_handshake_tests },
{ "mainloop/", mainloop_tests },
+ { "netinfo/", netinfo_tests },
{ "nodelist/", nodelist_tests },
{ "oom/", oom_tests },
{ "oos/", oos_tests },