commit c659603ac5a428d93ea625aa28b6b51ef9f2f9b3
parent c92c0cbc9f7a1ad889cfdda6943ca484d110438e
Author: rl1987 <rl1987@sdf.lonestar.org>
Date: Tue, 18 Dec 2018 12:11:33 +0200
Unit test to check that we can parse NETINFO cell with unsupported address type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"