瀏覽代碼

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

rl1987 5 年之前
父節點
當前提交
c659603ac5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"