randomconfig fixes
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 9 Nov 2008 02:23:42 +0000 (02:23 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 9 Nov 2008 02:23:42 +0000 (02:23 -0000)
mailutils/Config.in
mailutils/mime.c

index 4edb0aefddaa3d9357a95b05c3eebdfcc2be3139..744fe122e7f9c4e8503402aef312c9331836969c 100644 (file)
@@ -51,7 +51,7 @@ config SENDMAIL
          Barebones sendmail.
 
 config FEATURE_SENDMAIL_MAILX
-       bool "Allow to specify subject, attachments, their charset and connection helper"
+       bool "Allow to specify subject, attachments, their charset etc"
        default y
        depends on SENDMAIL
        help
index b81cfd54cf2e8cb3488d50a3153cbd9eabd4ef2a..bda727b7c8908ed370453ca8cd761b96c7c91a14 100644 (file)
@@ -221,7 +221,7 @@ static int parse(const char *boundary, char **argv)
                        if (opts & OPT_X) {
                                int fd[2];
                                xpipe(fd);
-                               pid = fork();
+                               pid = vfork();
                                if (0 == pid) {
                                        // child reads from fd[0]
                                        xdup2(fd[0], STDIN_FILENO);