From 6c66c0585e45e943681d9f12e116b0ce691a421d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 25 Nov 2010 03:49:27 +0100 Subject: pulse: make sure legacy_dir is not static --- src/pulse/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/context.c') 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())) { -- cgit