properly pass closure
This commit is contained in:
parent
84f3b9b287
commit
b654a3debf
@ -165,7 +165,7 @@ auditor_main_wrapper (void *cls,
|
|||||||
cc = GNUNET_new (struct CleanupContext);
|
cc = GNUNET_new (struct CleanupContext);
|
||||||
cc->is = is;
|
cc->is = is;
|
||||||
cc->fcb = is->final_cleanup_cb;
|
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 = cleanup_auditor;
|
||||||
is->final_cleanup_cb_cls = cc;
|
is->final_cleanup_cb_cls = cc;
|
||||||
mwc->main_cb (mwc->main_cb_cls,
|
mwc->main_cb (mwc->main_cb_cls,
|
||||||
|
Loading…
Reference in New Issue
Block a user