gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23484 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r23484 - gnunet/src/transport
Date: Wed, 29 Aug 2012 09:16:59 +0200

Author: wachs
Date: 2012-08-29 09:16:59 +0200 (Wed, 29 Aug 2012)
New Revision: 23484

Modified:
   gnunet/src/transport/test_plugin_transport.c
Log:
coverity 10270

Modified: gnunet/src/transport/test_plugin_transport.c
===================================================================
--- gnunet/src/transport/test_plugin_transport.c        2012-08-29 07:00:49 UTC 
(rev 23483)
+++ gnunet/src/transport/test_plugin_transport.c        2012-08-29 07:16:59 UTC 
(rev 23484)
@@ -180,9 +180,9 @@
     libname = NULL;
   }
 
-  w = head;
   while (NULL != head)
   {
+      w = head;
       GNUNET_CONTAINER_DLL_remove (head, tail, w);
       c ++;
       GNUNET_free (w->addr);




reply via email to

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