Commit 20dbceb6 authored by unknown's avatar unknown

make DNS based hostname queries work (bug #17582)

parent 72341d49
...@@ -145,7 +145,7 @@ struct Match ...@@ -145,7 +145,7 @@ struct Match
struct HostMatch : public Match struct HostMatch : public Match
{ {
virtual int eval(NdbMgmHandle, const Iter&); virtual int eval(const Iter&);
}; };
struct Apply struct Apply
...@@ -402,7 +402,7 @@ Match::eval(const Iter& iter) ...@@ -402,7 +402,7 @@ Match::eval(const Iter& iter)
} }
int int
HostMatch::eval(NdbMgmHandle h, const Iter& iter) HostMatch::eval(const Iter& iter)
{ {
const char* valc; 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