summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-11-25 03:49:27 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-11-25 16:36:18 +0000
commit6c66c0585e45e943681d9f12e116b0ce691a421d (patch)
treea48eee136ec8cabeb365b28d608bdd93a5b253ac /src/pulse/context.c
parent148a90e48226877c72206a929bad09cdf04664b1 (diff)
pulse: make sure legacy_dir is not static
Diffstat (limited to 'src/pulse/context.c')
-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 8875bfd8..7a539b4d 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())) {