diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-06 12:04:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-06 12:04:51 +0200 |
commit | a96c7177aae60c37041406ff0879992e58ef2f50 (patch) | |
tree | bf19d2b97964db0943542f284cf14362727dec29 /src/wire | |
parent | aee021aa3701213471dff9f378c58a0a0599f9b6 (diff) |
get simple aggregation test to pass
Diffstat (limited to 'src/wire')
-rw-r--r-- | src/wire/plugin_wire_test.c | 2 |
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); } |