From c59479e7908474a461a5eeb905fc852fd0add673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 8 Feb 2018 13:54:37 +0100 Subject: [PATCH] path-lookup: fix confusion between persistent_control and persistent_config persistent_config would not appear in the search path at all, hence those overrides would not work at all. --- src/shared/path-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index d57c78a8b1..91b2aa8638 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-lookup.c @@ -623,7 +623,7 @@ int lookup_paths_init( add = user_dirs(persistent_config, runtime_config, generator, generator_early, generator_late, transient, - persistent_config, runtime_control); + persistent_control, runtime_control); break; default: