all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: "Alex Bennée" <kernel-hacker@bennee.com>
Cc: Eli Zaretskii <eliz@gnu.org>, 16599@debbugs.gnu.org, emacs-devel@gnu.org
Subject: Re: bug#16599: src/temacs --daemon fails
Date: Sun, 16 Feb 2014 22:57:29 +0100	[thread overview]
Message-ID: <871tz2iuuu.fsf@igel.home> (raw)
In-Reply-To: <878utaoi66.fsf__22889.092230662$1392587661$gmane$org@bennee.com> ("Alex Bennée"'s message of "Sun, 16 Feb 2014 21:34:57 +0000")

Alex Bennée <kernel-hacker@bennee.com> writes:

> diff --git a/src/emacs.c b/src/emacs.c
> index 18f6a08..66f47ef 100644
> --- a/src/emacs.c
> +++ b/src/emacs.c
> @@ -201,7 +201,7 @@ static char *daemon_name;
>  
>  /* Pipe used to send exit notification to the daemon parent at
>     startup.  */
> -int daemon_pipe[2];
> +int daemon_pipe[2] = {0, 0};

This is redundant.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



  reply	other threads:[~2014-02-16 21:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 14:10 src/temacs --daemon fails Alex Bennée
2014-01-30 16:22 ` Eli Zaretskii
2014-02-16 21:34   ` bug#16599: " Alex Bennée
2014-02-16 21:57     ` Andreas Schwab [this message]
2014-02-17  7:40       ` Alex Bennée
2014-02-17  7:40       ` Alex Bennée
2014-02-17 15:51         ` Eli Zaretskii
2014-02-17 16:03           ` Andreas Schwab
2014-02-17 16:15             ` Eli Zaretskii
2014-02-17 16:38               ` Eli Zaretskii
2014-02-16 21:57     ` Andreas Schwab
2014-02-16 21:34   ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tz2iuuu.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=16599@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=kernel-hacker@bennee.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.