Changeset 241f1985 in mainline for uspace/srv/ns


Ignore:
Timestamp:
2019-08-31T10:45:17Z (7 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
102f641
Parents:
f92b315
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
Message:

Correcting failure from previous merge

The commits from Michal Koutný from the branch system-daemon
where built on a old version of Helenos. Because of this
many types and API functions have changed. This commit
upgrades the merge code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/ns.c

    rf92b315 r241f1985  
    7575                        break;
    7676
    77                 task_id_t id;
    7877                errno_t retval;
    79 
    8078                service_t service;
    8179
     
    108106        }
    109107
    110         (void) ns_task_disconnect(&call);
     108        /* TODO: Ignore so far, in future we might unregister services */
     109        //(void) ns_task_disconnect(&call);
    111110        async_answer_0(&call, EOK);
    112111}
Note: See TracChangeset for help on using the changeset viewer.