fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)

* tools/dbus-launch.c (main): set xdisplay = NULL
* Patch by Matthias Clasen <mclasen at redhat.com>
+
This commit is contained in:
John (J5) Palmieri 2008-02-21 12:02:58 -05:00
parent b53e46c2e2
commit 7d409700c3
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2008-02-21 John (J5) Palmieri <johnp@redhat.com>
* fixes dbus-launch so the bus goes away when X does
(Red Hat Bug #430412)
* tools/dbus-launch.c (main): set xdisplay = NULL
* Patch by Matthias Clasen <mclasen at redhat.com>
2008-01-17 John (J5) Palmieri <johnp@redhat.com>
* Released 1.1.4

View file

@ -966,6 +966,8 @@ main (int argc, char **argv)
char write_pid_fd_as_string[MAX_FD_LEN];
char write_address_fd_as_string[MAX_FD_LEN];
xdisplay = NULL;
if (close_stderr)
do_close_stderr ();