gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9857 - GNUnet/src/applications/dv/module
Date: Tue, 22 Dec 2009 09:10:49 +0100

Author: grothoff
Date: 2009-12-22 09:10:49 +0100 (Tue, 22 Dec 2009)
New Revision: 9857

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
no cast required

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-22 08:08:32 UTC (rev 
9856)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-22 08:10:49 UTC (rev 
9857)
@@ -112,7 +112,7 @@
 static int
 free_neighbor (const GNUNET_HashCode * key, void *value, void *cls)
 {
-  struct GNUNET_dv_neighbor * neighbor = (struct GNUNET_dv_neighbor *)value;
+  struct GNUNET_dv_neighbor * neighbor = value;
   GNUNET_free (neighbor->neighbor);
   GNUNET_free_non_null(neighbor->referrer);
   GNUNET_free (neighbor);





reply via email to

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