gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19199 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r19199 - gnunet/src/mesh
Date: Tue, 17 Jan 2012 16:40:06 +0100

Author: grothoff
Date: 2012-01-17 16:40:06 +0100 (Tue, 17 Jan 2012)
New Revision: 19199

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
-fix #2070

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-01-17 15:37:33 UTC (rev 
19198)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-01-17 15:40:06 UTC (rev 
19199)
@@ -730,7 +730,7 @@
 #if MESH_DEBUG
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "MESH: CLIENT ALLOW SEND DESPITE %u COPIES PENDING\n",
-              *(info->copies));
+              (info->copies != NULL) ? *(info->copies) : 0);
 #endif
   *(info->timeout_task) = GNUNET_SCHEDULER_NO_TASK;
   GNUNET_SERVER_receive_done (info->client, GNUNET_OK);




reply via email to

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