fix queue_name tracking across exec
[exim.git] / src / src / exim.c
index ea0d0b7900430964adacb9f814e0c263b2cfd6ae..f2ec04f0475291a91d01ebca285db2ed63cdb76f 100644 (file)
@@ -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. */
         }