labelled-process fork function
[exim.git] / src / src / rda.c
index 547a8bf3b9444b6796fcb24e0df38d801aea9c5b..85791c2f73dc7d5cc59b01965e126ae90fec0364 100644 (file)
@@ -615,7 +615,7 @@ with the parent process. */
 oldsignal = signal(SIGCHLD, SIG_DFL);
 search_tidyup();
 
-if ((pid = fork()) == 0)
+if ((pid = exim_fork(US"router interpret")) == 0)
   {
   header_line *waslast = header_last;   /* Save last header */