Changeset bcd7775 in mainline for uspace/srv/sysman/connection_ctl.c


Ignore:
Timestamp:
2020-01-09T01:04:58Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
7959879
Parents:
7fa8589
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-06 04:09:19)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:58)
Message:

Correcting sysman handler for ipc calls. The old handler would
wrongly accept a call twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/connection_ctl.c

    r7fa8589 rbcd7775  
    295295{
    296296        sysman_log(LVL_DEBUG2, "%s", __func__);
    297         /* First, accept connection */
    298         async_answer_0(icall, EOK);
    299297
    300298        while (true) {
Note: See TracChangeset for help on using the changeset viewer.