View | Details | Raw Unified | Return to bug 15056
Collapse All | Expand All

(-)gethostbydns.c (+1 lines)
Lines 310-315 Link Here
310
			continue;
310
			continue;
311
		}
311
		}
312
		if (type != qtype) {
312
		if (type != qtype) {
313
			if (type != T_KEY && type != T_SIG)
313
			syslog(LOG_NOTICE|LOG_AUTH,
314
			syslog(LOG_NOTICE|LOG_AUTH,
314
	"gethostby*.gethostanswer: asked for \"%s %s %s\", got type \"%s\"",
315
	"gethostby*.gethostanswer: asked for \"%s %s %s\", got type \"%s\"",
315
			       qname, p_class(C_IN), p_type(qtype),
316
			       qname, p_class(C_IN), p_type(qtype),

Return to bug 15056