Ignore:
File:
1 edited

Legend:

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

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