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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to