Procházet zdrojové kódy

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

rl1987 před 7 roky
rodič
revize
c659603ac5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"