commit c659603ac5a428d93ea625aa28b6b51ef9f2f9b3 Author: rl1987 rl1987@sdf.lonestar.org Date: Tue Dec 18 12:11:33 2018 +0200
Unit test to check that we can parse NETINFO cell with unsupported address type --- src/test/test_netinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_netinfo.c b/src/test/test_netinfo.c index 1fee2a1eb..8fc5330a4 100644 --- a/src/test/test_netinfo.c +++ b/src/test/test_netinfo.c @@ -2,7 +2,7 @@ /* See LICENSE for licensing information */
#include "orconfig.h" -#include "core/or/or.h" // XXX: is this needed? +#include "core/or/or.h" #include "trunnel/netinfo.h" #include "test/test.h"
tor-commits@lists.torproject.org