From 47448e370d62bbbdac46cc4825b0e88eb013ff90 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 Oct 2011 16:32:34 +0000 Subject: [PATCH] fix --- src/ats/ats_api_performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1