Actions
Bug #2705
closedbroken module API since 1.4.38
ASK QUESTIONS IN Forums:
Description
Compiling external modules, e.g. mod_geoip fails with:mod_geoip.c:148:101: error: too few arguments to function call, expected 4, have 3
if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv)) {
This happens on FreeBSD 10.2-RELEASE with Clang 3.4.1. I can write a patch myself, but I need to know what I should put in config_insert_values_global, so that running it doesn't change anything.
Actions
Also available in: Atom