diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-28 11:31:10 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-28 11:31:10 +0000 |
commit | 0bf4dca00fda2506654a764e0b69d6b6a83c0dbe (patch) | |
tree | d9166a670ffa533976bb39421785104ccca7a069 /src/regex | |
parent | 67bd99400f492f8321f24137d43d4fcc2f545352 (diff) |
- fix
git-svn-id: https://gnunet.org/svn/gnunet@24093 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex')
-rw-r--r-- | src/regex/test_regex_big.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_big.c b/src/regex/test_regex_big.c index e37a20efd4..4aa51fd76e 100644 --- a/src/regex/test_regex_big.c +++ b/src/regex/test_regex_big.c @@ -528,7 +528,7 @@ registration_cont (void *cls, const char *emsg) " Linking host %u\n", host_registered); op[host_registered] = GNUNET_TESTBED_controller_link (master_ctrl, slave_hosts[host_registered], - (void *) (long) host_registered, + NULL, cfg, GNUNET_YES); |