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.
This commit is contained in:
rl1987
2018-12-18 11:58:40 +02:00
parent 5b2acbec0e
commit c92c0cbc9f
6 changed files with 113 additions and 42 deletions
+1
View File
@@ -147,6 +147,7 @@ src_test_test_SOURCES += \
src/test/test_logging.c \
src/test/test_mainloop.c \
src/test/test_microdesc.c \
src/test/test_netinfo.c \
src/test/test_nodelist.c \
src/test/test_oom.c \
src/test/test_oos.c \