X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fqueue.c;h=2b64f52296c7f5f72710f406d0d2cd7c787196f6;hb=8e9fdd6369f0a7a81f0ca195e24edd372f7ca3ef;hp=c9ac84be6e778138c711d55cd62181954cead3b8;hpb=14bd960fabc9e22ceab77ba69a9d14a4cc2e7b50;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/queue.c b/src/src/queue.c index c9ac84be6..2b64f5229 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -497,7 +497,7 @@ for (int i = queue_run_in_order ? -1 : 0; else for (i = 0; qpid[i]; ) i++; DEBUG(D_queue_run) debug_printf("q2stage forking\n"); - if ((qpid[i] = fork())) + if ((qpid[i] = exim_fork(US"qrun phase one"))) continue; /* parent loops around */ DEBUG(D_queue_run) debug_printf("q2stage child\n"); } @@ -651,7 +651,7 @@ for (int i = queue_run_in_order ? -1 : 0; #endif single_item_retry: - if ((pid = fork()) == 0) + if ((pid = exim_fork(US"qrun delivery")) == 0) { int rc; testharness_pause_ms(100);