Skip to content

Commit

Permalink
Fix compilation error - missing '&' operator (apache#7093)
Browse files Browse the repository at this point in the history
  • Loading branch information
AD5GB authored and Damian Meden committed Sep 2, 2020
1 parent 8e51d19 commit b6f9a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/experimental/maxmind_acl/mmdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ class Acl
bool loaddeny(const YAML::Node &denyNode);
void loadhtml(const YAML::Node &htmlNode);
bool eval_country(MMDB_entry_data_s *entry_data, const char *path, int path_len);
void parseregex(const YAML::Node regex, bool allow);
void parseregex(const YAML::Node &regex, bool allow);
ipstate eval_ip(const sockaddr *sock) const;
};

0 comments on commit b6f9a8e

Please sign in to comment.