fix compilation error

This commit is contained in:
Marcello Stanisci 2018-05-28 22:54:10 +02:00
parent a57145e172
commit 42dcf052d1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -170,7 +170,7 @@ wire_run (void *cls,
struct TALER_TESTING_Interpreter *is) struct TALER_TESTING_Interpreter *is)
{ {
struct WireState *ws = cls; struct WireState *ws = cls;
ws->is = i; ws->is = is;
ws->wh = TALER_EXCHANGE_wire (ws->exchange, ws->wh = TALER_EXCHANGE_wire (ws->exchange,
&wire_cb, &wire_cb,
ws); ws);