From 4bec2c72e85b7516b83a426f847b3228356770a8 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 16 Oct 2012 15:29:27 -0400 Subject: [PATCH] dbus-spawn: fix spacing mistake in comment commit 90f939f155bd120f44ff3906296707a6c00cd462 had two problems. 1) a small whitespace error in the added comment 2) the wrong bug reference at the bottom I'm using 1) as an excuse to add additional commit for the sake of 2). https://bugs.freedesktop.org/show_bug.cgi?id=56043 --- dbus/dbus-spawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index 1e3a35162..55a7e1e62 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -1258,7 +1258,7 @@ _dbus_spawn_async_with_babysitter (DBusBabysitter **sitter_p, else if (grandchild_pid == 0) { /* Go back to ignoring SIGPIPE, since it's evil - */ + */ signal (SIGPIPE, SIG_IGN); do_exec (child_err_report_pipe[WRITE_END], -- 2.47.3