From c3cecd36c4086e010ef8b4045147169bea295e9c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:58:41 +0000 Subject: [PATCH] spelling: ignore --- 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 36a9d4ba3f..02a853b1ee 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1708,7 +1708,7 @@ void handleNewUDPQuestion(int fd, FDMultiplexer::funcparam_t& var) struct timeval tv={0,0}; HarvestTimestamp(&msgh, &tv); ComboAddress dest; - memset(&dest, 0, sizeof(dest)); // this makes sure we igore this address if not returned by recvmsg above + memset(&dest, 0, sizeof(dest)); // this makes sure we ignore this address if not returned by recvmsg above auto loc = rplookup(g_listenSocketsAddresses, fd); if(HarvestDestinationAddress(&msgh, &dest)) { // but.. need to get port too -- 2.47.2