X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=813d462eed36e2b0f5edd9bd4c6352de2d891733;hb=cd962c1f23259a2574162543e009e0227c724c53;hp=edc17d79ef01cb4044898b884252c7ed3d42f781;hpb=3389a52068c0edfb73498ff6d205e10545f4fd9f;p=mmh diff --git a/uip/post.c b/uip/post.c index edc17d7..813d462 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1279,7 +1279,6 @@ make_bcc_file (int dashstuff) tfile = m_mktemp2(NULL, "bccs", NULL, &out); if (tfile == NULL) adios("bcc", "unable to create temporary file"); - chmod (bccfil, 0600); strncpy (bccfil, tfile, sizeof(bccfil)); fprintf (out, "Date: %s\n", dtime (&tclock, 0));