Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/logctl.c

    r5a6cc679 r01900b6  
    4848
    4949        if (logger_session == NULL) {
     50                errno_t rc;
    5051                logger_session = service_connect_blocking(SERVICE_LOGGER,
    51                     INTERFACE_LOGGER_CONTROL, 0);
     52                    INTERFACE_LOGGER_CONTROL, 0, &rc);
    5253                if (logger_session == NULL)
    53                         return ENOMEM;
     54                        return rc;
    5455        }
    5556
Note: See TracChangeset for help on using the changeset viewer.