]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/execute.c
execute: fix type of open_terminal_as() flags parameter
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 12:32:22 +0000 (14:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 10:13:44 +0000 (11:13 +0100)
commit3a274a218dfa7f5a6235af155755d9687a44143a
tree44dcf1ea8180ec1217806438e05252a96ace8945
parent9f617cd09f3312aa6a63a54f06ce5a25414f86b9
execute: fix type of open_terminal_as() flags parameter

It's the flags parameter we propagate here, not the mode parameter,
hence let's name it properly, and use the right type.
src/core/execute.c