diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-23 21:56:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-23 21:56:19 +0200 |
commit | 2608882fe5438293f8a92050db3716242cde83fc (patch) | |
tree | 27e51a175c7cc94edbfd602af59e31ac0ff0d4bf /execute.c | |
parent | b1b2dc0ce9fb04d1c1a6ed0a4fee7011a79602f6 (diff) |
execute: typo fix
Diffstat (limited to 'execute.c')
-rw-r--r-- | execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -467,7 +467,7 @@ fail: return r; } -static int restore_conform_stdio(const ExecContext *context, +static int restore_confirm_stdio(const ExecContext *context, int *saved_stdin, int *saved_stdout, bool *keep_stdin, @@ -822,7 +822,7 @@ int exec_spawn(ExecCommand *command, } /* Release terminal for the question */ - if ((r = restore_conform_stdio(context, + if ((r = restore_confirm_stdio(context, &saved_stdin, &saved_stdout, &keep_stdin, &keep_stdout))) goto fail; |