fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 21 Feb 2008 17:02:58 +0000 (12:02 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 21 Feb 2008 17:02:58 +0000 (12:02 -0500)
* tools/dbus-launch.c (main): set xdisplay = NULL
* Patch by Matthias Clasen <mclasen at redhat.com>
+

ChangeLog
tools/dbus-launch.c

index d88d568..ad81838 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 894847e..5d6e77e 100644 (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 ();