422c05d
Index: iterator/iterator.c
422c05d
===================================================================
422c05d
--- iterator/iterator.c	(revision 1527)
422c05d
+++ iterator/iterator.c	(working copy)
422c05d
@@ -1288,14 +1288,14 @@
422c05d
 	/* if there is a policy to fetch missing targets 
422c05d
 	 * opportunistically, do it. we rely on the fact that once a 
422c05d
 	 * query (or queries) for a missing name have been issued, 
422c05d
-	 * they will not be show up again. */
422c05d
+	 * they will not show up again. */
422c05d
 	} else if(tf_policy != 0) {
422c05d
 		int extra = 0;
422c05d
 		verbose(VERB_ALGO, "attempt to get extra %d targets", 
422c05d
 			tf_policy);
422c05d
-		if(!query_for_targets(qstate, iq, ie, id, tf_policy, &extra)) {
422c05d
-			return error_response(qstate, id, LDNS_RCODE_SERVFAIL);
422c05d
-		}
422c05d
+		(void)query_for_targets(qstate, iq, ie, id, tf_policy, &extra);
422c05d
+		/* errors ignored, these targets are not strictly necessary for
422c05d
+		 * this result, we do not have to reply with SERVFAIL */
422c05d
 		iq->num_target_queries += extra;
422c05d
 	}
422c05d