Skip to content
Snippets Groups Projects
Commit d0ad74e0 authored by juga's avatar juga Committed by David Goulet
Browse files

Add clarification about type of file expected

parent 96469b82
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment