randomconfig fixes
This commit is contained in:
parent
6d0443557c
commit
44f96d39e1
@ -51,7 +51,7 @@ config SENDMAIL
|
|||||||
Barebones sendmail.
|
Barebones sendmail.
|
||||||
|
|
||||||
config FEATURE_SENDMAIL_MAILX
|
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
|
default y
|
||||||
depends on SENDMAIL
|
depends on SENDMAIL
|
||||||
help
|
help
|
||||||
|
@ -221,7 +221,7 @@ static int parse(const char *boundary, char **argv)
|
|||||||
if (opts & OPT_X) {
|
if (opts & OPT_X) {
|
||||||
int fd[2];
|
int fd[2];
|
||||||
xpipe(fd);
|
xpipe(fd);
|
||||||
pid = fork();
|
pid = vfork();
|
||||||
if (0 == pid) {
|
if (0 == pid) {
|
||||||
// child reads from fd[0]
|
// child reads from fd[0]
|
||||||
xdup2(fd[0], STDIN_FILENO);
|
xdup2(fd[0], STDIN_FILENO);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user