Ver código fonte

Add clarification about type of file expected

juga0 6 anos atrás
pai
commit
d0ad74e0f6
1 arquivos alterados com 1 adições e 0 exclusões
  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));