aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-scalarproduct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-scalarproduct.c')
-rw-r--r--src/scalarproduct/gnunet-scalarproduct.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c
index 864e77a69..5811ee57b 100644
--- a/src/scalarproduct/gnunet-scalarproduct.c
+++ b/src/scalarproduct/gnunet-scalarproduct.c
@@ -184,8 +184,7 @@ requester_callback (void *cls,
184 * @param tc unused 184 * @param tc unused
185 */ 185 */
186static void 186static void
187shutdown_task (void *cls, 187shutdown_task (void *cls)
188 const struct GNUNET_SCHEDULER_TaskContext *tc)
189{ 188{
190 if (NULL != computation) 189 if (NULL != computation)
191 { 190 {