gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8390 - GNUnet/src/applications/dv/module
Date: Mon, 6 Apr 2009 00:24:38 -0600

Author: grothoff
Date: 2009-04-06 00:24:38 -0600 (Mon, 06 Apr 2009)
New Revision: 8390

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

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-04-05 21:57:34 UTC (rev 
8389)
+++ GNUnet/src/applications/dv/module/dv.c      2009-04-06 06:24:38 UTC (rev 
8390)
@@ -920,8 +920,8 @@
   GNUNET_EncName encPeerAbout;
   GNUNET_EncName encPeerTo;
 #endif
-  struct GNUNET_dv_neighbor *about = NULL;
-  struct GNUNET_dv_neighbor *to = NULL;
+  struct GNUNET_dv_neighbor *about;
+  struct GNUNET_dv_neighbor *to;
 
   p2p_dv_MESSAGE_NeighborInfo *message =
     GNUNET_malloc (sizeof (p2p_dv_MESSAGE_NeighborInfo));





reply via email to

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