Commit 52b16a94 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Ignore strange protocols in resolver results

parent 66beb682
......@@ -177,8 +177,6 @@ rs_callback(void *priv, const struct suckaddr *vsa)
else if (VSA_Compare(vsa, rss->vsa6))
rss->wrong++;
rss->retval++;
} else {
WRONG("Wrong protocol");
}
return (0);
}
......
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