gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9739 - GNUnet/src/applications/dv/module
Date: Sat, 12 Dec 2009 10:28:17 +0100

Author: grothoff
Date: 2009-12-12 10:28:17 +0100 (Sat, 12 Dec 2009)
New Revision: 9739

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-11 21:07:29 UTC (rev 
9738)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-12 09:28:17 UTC (rev 
9739)
@@ -644,8 +644,10 @@
                                                     &node->hashPubKey))
     {
       ret = GNUNET_OK;
-      *bpm = 0; /* FIXME */
-      *last_seen = 0; /* FIXME */
+      if (bpm != NULL)
+       *bpm = 0; /* FIXME */
+      if (last_seen != NULL)
+       *last_seen = 0; /* FIXME */
     }
   GNUNET_mutex_unlock (ctx->dvMutex);
   return ret;





reply via email to

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