diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-07 09:33:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-07 09:33:04 +0200 |
commit | 148dda09d4218d40e2e0cc9d8fe9212aede969f5 (patch) | |
tree | f06e626d5171235923a205654296d459fec509f8 /src/wire | |
parent | 8df75214f459fd39ce43540dc604733c1a47515e (diff) | |
parent | a96c7177aae60c37041406ff0879992e58ef2f50 (diff) |
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
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); } |