[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-19-g93cb75d

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Jan 13 17:36:54 PST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The stable-queue branch has been updated
      from  acb4996203f6723d92a9b0df4e60db83c65116fc (commit)

- Log -----------------------------------------------------------------
93cb75d daemon: first take name on the bus, then return in starter process
-----------------------------------------------------------------------

Summary of changes:
 src/daemon/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------

commit 93cb75d78ed82c40e525a8b30f1ead147ad35ead
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jan 14 02:33:49 2010 +0100

    daemon: first take name on the bus, then return in starter process
    
    http://pulseaudio.org/ticket/748

diff --git a/src/daemon/main.c b/src/daemon/main.c
index eafd72a..c7e202a 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -952,6 +952,10 @@ int main(int argc, char *argv[]) {
         goto finish;
     }
 
+#ifdef HAVE_DBUS
+    dbus = register_dbus(c);
+#endif
+
 #ifdef HAVE_FORK
     if (daemon_pipe[1] >= 0) {
         int ok = 0;
@@ -961,10 +965,6 @@ int main(int argc, char *argv[]) {
     }
 #endif
 
-#ifdef HAVE_DBUS
-    dbus = register_dbus(c);
-#endif
-
     pa_log_info(_("Daemon startup complete."));
 
     retval = 0;

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list