X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0971ec06ad925235fd3c6dae90a4fbc852ee72e8..e37f8a84f5374b0d03676a65018b00e972ed47c6:/src/src/exim.c?ds=sidebyside diff --git a/src/src/exim.c b/src/src/exim.c index ea0d0b790..f2ec04f04 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -2723,7 +2723,7 @@ for (i = 1; i < argc; i++) break; } - /* -MCG: set the queue name, to a non-default value + /* -MCG: set the queue name, to a non-default value */ else if (Ustrcmp(argrest, "CG") == 0) { @@ -5726,8 +5726,8 @@ while (more) if (geteuid() != root_uid && !deliver_drop_privilege && !unprivileged) { - (void)child_exec_exim(CEE_EXEC_EXIT, FALSE, NULL, FALSE, 2, US"-Mc", - message_id); + (void)child_exec_exim(CEE_EXEC_EXIT, FALSE, NULL, FALSE, + 2, US"-Mc", message_id); /* Control does not return here. */ }