diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/testing_api_cmd_serialize_keys.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/lib/testing_api_cmd_serialize_keys.c b/src/lib/testing_api_cmd_serialize_keys.c index 585c5cad..866c9585 100644 --- a/src/lib/testing_api_cmd_serialize_keys.c +++ b/src/lib/testing_api_cmd_serialize_keys.c @@ -174,11 +174,13 @@ connect_with_state_run (void *cls,    const json_t *serialized_keys;    const char *exchange_url; -    /* This command usually gets rescheduled after serialized     * reconnection.  */    if (GNUNET_YES == cwss->consumed) +  {      TALER_TESTING_interpreter_next (is); +    return; +  }    cwss->is = is;    state_cmd = TALER_TESTING_interpreter_lookup_command | 
