]> git.marmaro.de Git - mmh/blobdiff - uip/forw.c
On today's systems fork() will hardly fail, thus removed the fork retry loops.
[mmh] / uip / forw.c
index 031c191b5d87f2fe8a44b8108ea88f137bb1d757..8992b33cc97136dfaa33743ec2c755d494bca98c 100644 (file)
@@ -288,7 +288,7 @@ add_forw_hdr(char *draft)
                strncat(buffer, m_name(msgnum),
                                sizeof(buffer)-strlen(buffer)-1);
        }
-       annotate(draft, attach_hdr, buffer, 0, -2, 1);
+       annotate(draft, attach_hdr, buffer, 0, -2, 1, 0);
 }