diff options
Diffstat (limited to 'src/shared/userdb-dropin.h')
-rw-r--r-- | src/shared/userdb-dropin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/userdb-dropin.h b/src/shared/userdb-dropin.h index fad3981f7c..3bd1b9c845 100644 --- a/src/shared/userdb-dropin.h +++ b/src/shared/userdb-dropin.h @@ -13,8 +13,7 @@ "/run/" n "\0" \ "/run/host/" n "\0" \ "/usr/local/lib/" n "\0" \ - "/usr/lib/" n "\0" \ - _CONF_PATHS_SPLIT_USR_NULSTR(n) + "/usr/lib/" n "\0" int dropin_user_record_by_name(const char *name, const char *path, UserDBFlags flags, UserRecord **ret); int dropin_user_record_by_uid(uid_t uid, const char *path, UserDBFlags flags, UserRecord **ret); |