Fix exchange double-connect
This commit is contained in:
parent
a1faf5df61
commit
782c8983d6
@ -174,11 +174,13 @@ connect_with_state_run (void *cls,
|
|||||||
const json_t *serialized_keys;
|
const json_t *serialized_keys;
|
||||||
const char *exchange_url;
|
const char *exchange_url;
|
||||||
|
|
||||||
|
|
||||||
/* This command usually gets rescheduled after serialized
|
/* This command usually gets rescheduled after serialized
|
||||||
* reconnection. */
|
* reconnection. */
|
||||||
if (GNUNET_YES == cwss->consumed)
|
if (GNUNET_YES == cwss->consumed)
|
||||||
|
{
|
||||||
TALER_TESTING_interpreter_next (is);
|
TALER_TESTING_interpreter_next (is);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
cwss->is = is;
|
cwss->is = is;
|
||||||
state_cmd = TALER_TESTING_interpreter_lookup_command
|
state_cmd = TALER_TESTING_interpreter_lookup_command
|
||||||
|
Loading…
Reference in New Issue
Block a user