properly pass closure

This commit is contained in:
Marcello Stanisci 2020-01-17 15:08:58 +01:00
parent 84f3b9b287
commit b654a3debf
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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,