Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/drv_conn.c

    r4c6fd56 rfafb8e5  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
    32 * Copyright (c) 2010 Lenka Trochtova
    43 * All rights reserved.
     
    361360        rc = loc_category_get_id(cat_name, &cat_id, IPC_FLAG_BLOCKING);
    362361        if (rc == EOK)
    363                 rc = loc_service_add_to_cat(devman_srv, fun->service_id, cat_id);
     362                rc = loc_service_add_to_cat(fun->service_id, cat_id);
    364363        if (rc == EOK) {
    365364                log_msg(LOG_DEFAULT, LVL_NOTE, "Function `%s' added to category `%s'.",
Note: See TracChangeset for help on using the changeset viewer.