From 8a464ee33bb0188c8443de0ffc7a745b2629c0d9 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 19 Feb 2016 21:09:53 +0100 Subject: [PATCH] prevent us dying on emitting error message about unexpected packet --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 3738ac44a..43eacc875 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1969,7 +1969,7 @@ retryWithName: } g_stats.unexpectedCount++; // if we made it here, it really is an unexpected answer if(g_logCommonErrors) { - L<d_waiters.size()<<" waiters"<" : pident.domain.toString())<<", "<d_waiters.size()<<" waiters"<= 0) { -- 2.40.0