gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8916 - GNUnet/src/applications/dv/module
Date: Mon, 31 Aug 2009 16:00:44 -0600

Author: nevans
Date: 2009-08-31 16:00:44 -0600 (Mon, 31 Aug 2009)
New Revision: 8916

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
missing return

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-08-31 22:00:07 UTC (rev 
8915)
+++ GNUnet/src/applications/dv/module/dv.c      2009-08-31 22:00:44 UTC (rev 
8916)
@@ -978,6 +978,7 @@
     (unsigned int) ((GNUNET_DV_PEER_EXPIRATION_TIME / total_messages) / 2);
   if (ctx->send_interval > GNUNET_DV_MAX_SEND_INTERVAL)
     ctx->send_interval = GNUNET_DV_MAX_SEND_INTERVAL;
+       return NULL;    
 }
 
 /*





reply via email to

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