X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath-lookup.c;h=bed9175e3f1e47e37ea781ecffa8c146b1f57ed6;hp=e1925f1a4d54e4fb5ca328c6bf7e1cbd5170f77a;hb=4bf2bbb6fbfa745fa7e51f85dc59fc008207cb3e;hpb=ddd88763921a1534081ed28e36f6712a85449005 diff --git a/src/path-lookup.c b/src/path-lookup.c index e1925f1a4..bed9175e3 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -56,7 +56,8 @@ static char** user_dirs(void) { const char * const config_unit_paths[] = { "/run/systemd/user", USER_CONFIG_UNIT_PATH, - "/etc/systemd/user" + "/etc/systemd/user", + NULL }; const char * const data_unit_paths[] = { @@ -64,7 +65,8 @@ static char** user_dirs(void) { "/usr/local/share/systemd/user", USER_DATA_UNIT_PATH, "/usr/lib/systemd/user", - "/usr/share/systemd/user" + "/usr/share/systemd/user", + NULL }; const char *home, *e;