aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-17 14:16:39 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-17 14:16:39 +0000
commit45763ad15a0e3aae38fc7cb70be28a7edc57a9ba (patch)
treee945d737d703ee8cc8b3460a0a1a6b0cf4b988c7 /src/ats
parent915f4874a6446b9e5f2bd5824e2b008ea5e4e819 (diff)
downloadgnunet-45763ad15a0e3aae38fc7cb70be28a7edc57a9ba.tar.gz
gnunet-45763ad15a0e3aae38fc7cb70be28a7edc57a9ba.zip
ugh
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index ae83edcc7..af977cb66 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -516,7 +516,7 @@ GNUNET_ATS_performance_done (struct GNUNET_ATS_PerformanceHandle *ph)
516 GNUNET_SCHEDULER_cancel (ph->task); 516 GNUNET_SCHEDULER_cancel (ph->task);
517 ph->task = GNUNET_SCHEDULER_NO_TASK; 517 ph->task = GNUNET_SCHEDULER_NO_TASK;
518 } 518 }
519 if (NULL != client) 519 if (NULL != ph->client)
520 { 520 {
521 GNUNET_CLIENT_disconnect (ph->client, GNUNET_NO); 521 GNUNET_CLIENT_disconnect (ph->client, GNUNET_NO);
522 ph->client = NULL; 522 ph->client = NULL;