gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9664 - GNUnet/src/applications/dv/module


From: gnunet
Subject: [GNUnet-SVN] r9664 - GNUnet/src/applications/dv/module
Date: Wed, 2 Dec 2009 13:46:00 +0100

Author: grothoff
Date: 2009-12-02 13:46:00 +0100 (Wed, 02 Dec 2009)
New Revision: 9664

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
fix

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-02 12:43:31 UTC (rev 
9663)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-02 12:46:00 UTC (rev 
9664)
@@ -1133,7 +1133,7 @@
       if (neighbor != NULL)
         {
           GNUNET_CONTAINER_heap_iterate (ctx->neighbor_max_heap,
-                                         &delete_callback, peer);
+                                         &delete_callback, (void*) peer);
           /* Note that we do not use delete_neighbor here because
            * we are deleting from the direct neighbor list! */
           GNUNET_free (neighbor->neighbor);





reply via email to

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