Changeset 18377301 in mainline


Ignore:
Timestamp:
2019-08-07T09:47:13Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25a9fec
Parents:
cf172c5
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-03 21:39:31)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:47:13)
Message:

sysman: Fix typo

File:
1 edited

Legend:

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

    rcf172c5 r18377301  
    112112
    113113        e->output = output;
    114         list_append(&e->edges_in, output->edges_id);
     114        list_append(&e->edges_in, &output->edges_in);
    115115
    116116        free(e->output_name);
Note: See TracChangeset for help on using the changeset viewer.