From: Josh Soref Date: Thu, 2 Feb 2017 09:58:41 +0000 (+0000) Subject: spelling: ignore X-Git-Tag: rec-4.1.0-alpha1~291^2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3cecd36c4086e010ef8b4045147169bea295e9c;p=pdns spelling: ignore --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 36a9d4ba3..02a853b1e 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