diff options
| author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-11-25 03:49:27 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2010-11-25 03:49:27 +0100 | 
| commit | 745f59acff40113b76e41efb8b61cc4d8467dbce (patch) | |
| tree | 5afa2c88d7f3589f9c8ba81771c805df7ce35d07 | |
| parent | b173f9c184777177407ed750ae3b8f88583fa571 (diff) | |
pulse: make sure legacy_dir is not static
| -rw-r--r-- | src/pulse/context.c | 2 | 
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())) {  | 
