X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/352808aa57a14f23c612cb9e9e272a5e996c65e1..df6e7ebd567b8c815843682a2739009bac298b33:/uip/post.c diff --git a/uip/post.c b/uip/post.c index 59c3fbda..69fb74e6 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1338,8 +1338,6 @@ make_bcc_file (int dashstuff) * of MIME encapsulation. */ if (filter != NULL) { - vec[0] = r1bindex (mhlproc, '/'); - for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++) sleep (5); switch (child_id) {