aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
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