aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-15 14:22:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-15 14:22:47 +0000
commit2f00597a249bd5a3feaf10c93a1c77a05ed46813 (patch)
treebfbb6735d48b096dff4234d32c9becf341a9e272 /src/peerinfo
parent787467e80c257b2c890c3ce39cdf6eecfe4af512 (diff)
downloadgnunet-2f00597a249bd5a3feaf10c93a1c77a05ed46813.tar.gz
gnunet-2f00597a249bd5a3feaf10c93a1c77a05ed46813.zip
fixing shutdown timeout issue
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 1d84b5dcf..5c3f2dfbf 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -775,7 +775,7 @@ shutdown_task (void *cls,
775 notify_list = NULL; 775 notify_list = NULL;
776 if (stats != NULL) 776 if (stats != NULL)
777 { 777 {
778 GNUNET_STATISTICS_destroy (stats, GNUNET_YES); 778 GNUNET_STATISTICS_destroy (stats, GNUNET_NO);
779 stats = NULL; 779 stats = NULL;
780 } 780 }
781} 781}