diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-28 22:54:10 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-28 22:54:10 +0200 |
commit | 42dcf052d1283849ce2fa6f9a9504f64021c44f4 (patch) | |
tree | d42032ed2702a82d1bf7f825f5923bc6f00d0696 /src | |
parent | a57145e172e76a88e7b690e3c45ed0e1f81aa814 (diff) |
fix compilation error
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_wire.c b/src/exchange-lib/testing_api_cmd_wire.c index c403f6a4b..52fe2ebb8 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); |