Disconnection from the exchange must be signaled.

This commit is contained in:
Marcello Stanisci 2018-12-21 19:30:47 +01:00
parent dbbf25c41a
commit 83577457a1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -68,6 +68,7 @@ serialize_keys_run (void *cls,
sks->exchange_url = TALER_EXCHANGE_get_base_url (is->exchange);
TALER_EXCHANGE_disconnect (is->exchange);
is->exchange = NULL;
TALER_TESTING_interpreter_next (is);
}