summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-11-25 03:49:27 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-25 03:49:27 +0100
commit745f59acff40113b76e41efb8b61cc4d8467dbce (patch)
tree5afa2c88d7f3589f9c8ba81771c805df7ce35d07
parentb173f9c184777177407ed750ae3b8f88583fa571 (diff)
pulse: make sure legacy_dir is not static
-rw-r--r--src/pulse/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c
index 91f4817c..3a41a55c 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())) {