Browse Source

Unit test to check that we can parse NETINFO cell with unsupported address type

rl1987 7 years ago
parent
commit
c659603ac5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_netinfo.c

+ 1 - 1
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"