mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add clarification about type of file expected
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user