]> granicus.if.org Git - pdns/commitdiff
spelling: ignore
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:58:41 +0000 (09:58 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:58:41 +0000 (09:58 +0000)
pdns/pdns_recursor.cc

index 36a9d4ba3fb824cf62a66f7a2f19769514d881d2..02a853b1eea0754f6f1d1336396add347d78363a 100644 (file)
@@ -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