gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: grothoff
Date: 2011-10-18 18:32:34 +0200 (Tue, 18 Oct 2011)
New Revision: 17590

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:31:08 UTC (rev 
17589)
+++ gnunet/src/ats/ats_api_performance.c        2011-10-18 16:32:34 UTC (rev 
17590)
@@ -252,7 +252,7 @@
     return;
   if (NULL == (p = ph->pending_head))
     return;
-  if (NULL == sh->client)
+  if (NULL == ph->client)
     return; /* currently reconnecting */
   ph->th = GNUNET_CLIENT_notify_transmit_ready (ph->client,
                                                p->size,




reply via email to

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