Browse Source

Add clarification about type of file expected

juga0 6 years ago
parent
commit
d0ad74e0f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_geoip.c

+ 1 - 0
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));