gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: properly pass closure


From: gnunet
Subject: [taler-exchange] branch master updated: properly pass closure
Date: Fri, 17 Jan 2020 15:09:17 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b654a3de properly pass closure
b654a3de is described below

commit b654a3debf5c7cba642756bc7f78a281240dea62
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 17 15:08:58 2020 +0100

    properly pass closure
---
 src/lib/testing_api_helpers_auditor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/testing_api_helpers_auditor.c 
b/src/lib/testing_api_helpers_auditor.c
index cf15131d..a9b09dd0 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]