Renamed SecGeoLookupsDb to SecGeoLookupDB.

This commit is contained in:
brectanus
2007-11-26 17:04:42 +00:00
parent 6ca5b831fb
commit 1860e2a35e
4 changed files with 11 additions and 9 deletions

View File

@@ -931,7 +931,7 @@ static int msre_op_geoLookup_execute(modsec_rec *msr, msre_rule *rule, msre_var
int rc;
if (geo == NULL) {
msr_log(msr, 1, "Geo lookup for \"%s\" attempted without a database. Set SecGeoLookupDb.", geo_host);
msr_log(msr, 1, "Geo lookup for \"%s\" attempted without a database. Set SecGeoLookupDB.", geo_host);
return 0;
}