make DNS based hostname queries work (bug #17582)

parent c2d2b88b
......@@ -145,7 +145,7 @@ struct Match
struct HostMatch : public Match
{
virtual int eval(NdbMgmHandle, const Iter&);
virtual int eval(const Iter&);
};
struct Apply
......@@ -402,7 +402,7 @@ Match::eval(const Iter& iter)
}
int
HostMatch::eval(NdbMgmHandle h, const Iter& iter)
HostMatch::eval(const Iter& iter)
{
const char* valc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment