X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparse.c;h=1ac7ea9a1f34767a170a6aff3e0c557582b1cced;hb=c2360569e1d8d3678e294eb7c1354cb8bf7501c1;hp=95f89121045ecc589ae77049ce906db7456f2bf6;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/uip/mhparse.c b/uip/mhparse.c index 95f8912..1ac7ea9 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -2609,7 +2609,7 @@ openFTP(CT ct, char **file) fflush(stdout); - for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++) + for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++) sleep(5); switch (child_id) { case NOTOK: @@ -2755,7 +2755,7 @@ openMail(CT ct, char **file) vec[vecp++] = e->eb_body; vec[vecp] = NULL; - for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++) + for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++) sleep(5); switch (child_id) { case NOTOK: