From e12d446b6623cedaf2b92c5e935312f7ade6cfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 26 Mar 2018 09:51:12 +0200 Subject: systemd-path: allow the default search path to be queried --- src/path/path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/path') diff --git a/src/path/path.c b/src/path/path.c index 0f029c4ae6..be17a444d3 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -67,6 +67,7 @@ static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_USER_TEMPLATES] = "user-templates", [SD_PATH_USER_DESKTOP] = "user-desktop", [SD_PATH_SEARCH_BINARIES] = "search-binaries", + [SD_PATH_SEARCH_BINARIES_DEFAULT] = "search-binaries-default", [SD_PATH_SEARCH_LIBRARY_PRIVATE] = "search-library-private", [SD_PATH_SEARCH_LIBRARY_ARCH] = "search-library-arch", [SD_PATH_SEARCH_SHARED] = "search-shared", -- cgit v1.2.1