diff options
-rw-r--r-- | src/lib/testing_api_helpers_auditor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_helpers_auditor.c b/src/lib/testing_api_helpers_auditor.c index cf15131da..a9b09dd0f 100644 --- a/src/lib/testing_api_helpers_auditor.c +++ b/src/lib/testing_api_helpers_auditor.c @@ -165,7 +165,7 @@ auditor_main_wrapper (void *cls, cc = GNUNET_new (struct CleanupContext); cc->is = is; cc->fcb = is->final_cleanup_cb; - cc->fcb_cls = is->final_cleanup_cb; + cc->fcb_cls = is->final_cleanup_cb_cls; is->final_cleanup_cb = cleanup_auditor; is->final_cleanup_cb_cls = cc; mwc->main_cb (mwc->main_cb_cls, |