Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/src/client.c

    rfed5a9b rcf13b17  
    123123                        return NULL;
    124124                }
    125                 int rc = hound_service_register_context(
    126                     new_context->session, new_context->name, record,
    127                     &new_context->id);
    128                 if (rc != EOK) {
     125                new_context->id = hound_service_register_context(
     126                    new_context->session, new_context->name, record);
     127                if (hound_context_id_err(new_context->id) != EOK) {
    129128                        hound_service_disconnect(new_context->session);
    130129                        free(new_context->name);
Note: See TracChangeset for help on using the changeset viewer.