From: Christian Grothoff Date: Tue, 18 Oct 2011 16:32:34 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~16418 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47448e370d62bbbdac46cc4825b0e88eb013ff90;p=oweals%2Fgnunet.git fix --- diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index ee2f77e16..d45c6738b 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -252,7 +252,7 @@ do_transmit (struct GNUNET_ATS_PerformanceHandle *ph) 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,