gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17586 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r17586 - gnunet/src/ats
Date: Tue, 18 Oct 2011 18:18:59 +0200

Author: grothoff
Date: 2011-10-18 18:18:58 +0200 (Tue, 18 Oct 2011)
New Revision: 17586

Modified:
   gnunet/src/ats/ats_api_performance.c
Log:
fix

Modified: gnunet/src/ats/ats_api_performance.c
===================================================================
--- gnunet/src/ats/ats_api_performance.c        2011-10-18 16:02:16 UTC (rev 
17585)
+++ gnunet/src/ats/ats_api_performance.c        2011-10-18 16:18:58 UTC (rev 
17586)
@@ -252,6 +252,8 @@
     return;
   if (NULL == (p = ph->pending_head))
     return;
+  if (NULL == sh->client)
+    return; /* currently reconnecting */
   ph->th = GNUNET_CLIENT_notify_transmit_ready (ph->client,
                                                p->size,
                                                GNUNET_TIME_UNIT_FOREVER_REL,




reply via email to

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