gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7787 - GNUnet/src/util/network


From: gnunet
Subject: [GNUnet-SVN] r7787 - GNUnet/src/util/network
Date: Wed, 15 Oct 2008 09:10:37 -0600 (MDT)

Author: holindho
Date: 2008-10-15 09:10:37 -0600 (Wed, 15 Oct 2008)
New Revision: 7787

Modified:
   GNUnet/src/util/network/dns.c
Log:
d'oh, fix endless loop


Modified: GNUnet/src/util/network/dns.c
===================================================================
--- GNUnet/src/util/network/dns.c       2008-10-15 13:20:02 UTC (rev 7786)
+++ GNUnet/src/util/network/dns.c       2008-10-15 15:10:37 UTC (rev 7787)
@@ -333,7 +333,11 @@
         {
 #if HAVE_C_ARES
           if (cache->posted == GNUNET_YES) /* ares can't cancel single reqs */
-            continue;
+            {
+              prev = cache;
+              cache = cache->next;
+              continue;
+            }
 #elif HAVE_ADNS
           if (cache->posted == GNUNET_YES)
             {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]