Skip to content
Snippets Groups Projects
Commit cf62832f authored by Mark Karpilovskij's avatar Mark Karpilovskij
Browse files

mod-geoip: fix type for compiling without MaxMind

parent 08ae9576
No related branches found
No related tags found
No related merge requests found
Pipeline #41171 passed with warnings
......@@ -26,7 +26,7 @@
#define geodb_data_t MMDB_entry_data_s
#else
#define geodb_t void
#define geodb_data_t void
#define geodb_data_t char
#endif
// MaxMind DB related constants.
......
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