[tor-commits] [tor/master] Unit test to check that we can parse NETINFO cell with unsupported address type
nickm at torproject.org
nickm at torproject.org
Thu Dec 20 13:02:26 UTC 2018
commit c659603ac5a428d93ea625aa28b6b51ef9f2f9b3
Author: rl1987 <rl1987 at 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"
More information about the tor-commits
mailing list