summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-06 12:04:51 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-06 12:04:51 +0200
commita96c7177aae60c37041406ff0879992e58ef2f50 (patch)
treebf19d2b97964db0943542f284cf14362727dec29 /src/wire/plugin_wire_test.c
parentaee021aa3701213471dff9f378c58a0a0599f9b6 (diff)
downloadexchange-a96c7177aae60c37041406ff0879992e58ef2f50.tar.gz
exchange-a96c7177aae60c37041406ff0879992e58ef2f50.tar.bz2
exchange-a96c7177aae60c37041406ff0879992e58ef2f50.zip
get simple aggregation test to pass
Diffstat (limited to 'src/wire/plugin_wire_test.c')
-rw-r--r--src/wire/plugin_wire_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index 357449af6..9d0667680 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -178,7 +178,7 @@ context_task (void *cls,
rs,
ws,
&context_task,
- cls);
+ tc);
GNUNET_NETWORK_fdset_destroy (rs);
GNUNET_NETWORK_fdset_destroy (ws);
}