gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix compilation err


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix compilation error
Date: Mon, 28 May 2018 22:54:16 +0200

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 42dcf05  fix compilation error
42dcf05 is described below

commit 42dcf052d1283849ce2fa6f9a9504f64021c44f4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 28 22:54:10 2018 +0200

    fix compilation error
---
 src/exchange-lib/testing_api_cmd_wire.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_cmd_wire.c 
b/src/exchange-lib/testing_api_cmd_wire.c
index c403f6a..52fe2eb 100644
--- a/src/exchange-lib/testing_api_cmd_wire.c
+++ b/src/exchange-lib/testing_api_cmd_wire.c
@@ -170,7 +170,7 @@ wire_run (void *cls,
           struct TALER_TESTING_Interpreter *is)
 {
   struct WireState *ws = cls;
-  ws->is = i;
+  ws->is = is;
   ws->wh = TALER_EXCHANGE_wire (ws->exchange,
                                 &wire_cb,
                                 ws);

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



reply via email to

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