diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-02-05 14:18:45 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-02-05 14:18:45 +0100 |
commit | cb178d835ff608886518f1098d89e56cfb1d34b2 (patch) | |
tree | ab1e83cf450317d3e387ee3e8580926ccf027def | |
parent | a864afdd19fdd0c9e2fcc0445af9ded92c15eba8 (diff) | |
parent | 7e096fe7a3b7a777164bcf6be981826c5992fdfc (diff) | |
download | ouroboros-cb178d835ff608886518f1098d89e56cfb1d34b2.tar.gz ouroboros-cb178d835ff608886518f1098d89e56cfb1d34b2.zip |
Merge branch 'testing' into be
-rw-r--r-- | src/irmd/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index 1e794139..e9446ade 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1449,8 +1449,8 @@ static struct irm_flow * flow_req_arr(pid_t pid, } reg_entry_set_state(re, REG_NAME_AUTO_EXEC); - a = prog_table_get_by_progn(&irmd.prog_table, - reg_entry_get_prog(re)); + a = prog_table_get(&irmd.prog_table, + reg_entry_get_prog(re)); if (a == NULL || (c_pid->pid = auto_execute(a->argv)) < 0) { reg_entry_set_state(re, REG_NAME_AUTO_ACCEPT); |