gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23093 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r23093 - gnunet/src/gns
Date: Sat, 4 Aug 2012 09:45:52 +0200

Author: LRN
Date: 2012-08-04 09:45:52 +0200 (Sat, 04 Aug 2012)
New Revision: 23093

Modified:
   gnunet/src/gns/gnunet-gns-proxy.c
Log:
Fix a typo

Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-08-04 01:21:15 UTC (rev 23092)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-08-04 07:45:52 UTC (rev 23093)
@@ -1040,7 +1040,7 @@
   if (NULL != ctask->post_handler)
     MHD_destroy_post_processor (ctask->post_handler);
 
-  for (pdata = ctask->upload_data_head;; NULL != pdata; pdata = 
ctask->upload_data_head)
+  for (pdata = ctask->upload_data_head; NULL != pdata; pdata = 
ctask->upload_data_head)
   {
     GNUNET_CONTAINER_DLL_remove (ctask->upload_data_head,
                                  ctask->upload_data_tail,




reply via email to

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