DNS: explicit alloc/free of workspace
[exim.git] / src / src / child.c
index b36a96fe1ae3cf0fe98bac3d3fdcf42792f1d036..948e0d66928dfb26ed96982c94815ef5950684dc 100644 (file)
@@ -27,7 +27,7 @@ Arguments:
 Returns:       nothing
 */
 
-static void
+void
 force_fd(int oldfd, int newfd)
 {
 if (oldfd == newfd) return;
@@ -269,6 +269,8 @@ if (pid == 0)
     }
   }
 
+testharness_pause_ms(100); /* let child work even longer, for exec */
+
 /* Parent process. Save fork() errno and close the reading end of the stdin
 pipe. */