Add clarification about type of file expected

This commit is contained in:
juga0 2018-04-17 16:53:18 +00:00 committed by David Goulet
parent 96469b82f8
commit d0ad74e0f6
1 changed files with 1 additions and 0 deletions

View File

@ -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));