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

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Nov 24 18:49:12 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  b173f9c184777177407ed750ae3b8f88583fa571 (commit)

- Log -----------------------------------------------------------------
745f59a pulse: make sure legacy_dir is not static
-----------------------------------------------------------------------

Summary of changes:
 src/pulse/context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

commit 745f59acff40113b76e41efb8b61cc4d8467dbce
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date:   Thu Nov 25 03:49:27 2010 +0100

    pulse: make sure legacy_dir is not static

diff --git a/src/pulse/context.c b/src/pulse/context.c
index 91f4817..3a41a55 100644
--- a/src/pulse/context.c
+++ b/src/pulse/context.c
@@ -624,7 +624,7 @@ static pa_strlist *prepend_per_user(pa_strlist *l) {
     char *ufn;
 
 #ifdef ENABLE_LEGACY_RUNTIME_DIR
-    static char *legacy_dir;
+    char *legacy_dir;
 
     /* The very old per-user instance path (< 0.9.11). This is supported only to ease upgrades */
     if ((legacy_dir = get_very_old_legacy_runtime_dir())) {

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list