aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
commiteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (patch)
tree5db9a6156a251cde1932ba221a8990f08f6dcdfe /src/util
parenta40b3b7045298629783034aba366c609cc04a36a (diff)
downloadgnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.tar.gz
gnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.zip
-fixing #2139
Diffstat (limited to 'src/util')
-rw-r--r--src/util/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index d9458aedb..e5d336e2f 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -194,7 +194,7 @@ stop_helper (struct GNUNET_HELPER_Handle *h)
194 GNUNET_free (qe); 194 GNUNET_free (qe);
195 } 195 }
196 /* purge MST buffer */ 196 /* purge MST buffer */
197 GNUNET_SERVER_mst_receive (h->mst, NULL, NULL, 0, GNUNET_YES, GNUNET_NO); 197 (void) GNUNET_SERVER_mst_receive (h->mst, NULL, NULL, 0, GNUNET_YES, GNUNET_NO);
198} 198}
199 199
200 200