[tor-commits] [tor/master] Add clarification about type of file expected

dgoulet at torproject.org dgoulet at torproject.org
Thu Apr 26 15:47:34 UTC 2018


commit d0ad74e0f67aa598e50c83df1f6b6832dabbb61a
Author: juga0 <juga at riseup.net>
Date:   Tue Apr 17 16:53:18 2018 +0000

    Add clarification about type of file expected
---
 src/test/test_geoip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/test_geoip.c b/src/test/test_geoip.c
index f5949f755..302af8577 100644
--- a/src/test/test_geoip.c
+++ b/src/test/test_geoip.c
@@ -512,6 +512,7 @@ test_geoip_load_2nd_file(void *arg)
   tt_int_op(0, OP_EQ, geoip_load_file(AF_INET, FNAME));
 
   /* Load 2nd geoip (empty) file */
+  /* It has to be the same IP address family */
   const char FNAME2[] = SRCDIR "/src/test/geoip_dummy";
   tt_int_op(0, OP_EQ, geoip_load_file(AF_INET, FNAME2));
 





More information about the tor-commits mailing list