]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/userdb.c
Drop split-usr and unmerged-usr support
[thirdparty/systemd.git] / src / shared / userdb.c
index dfff5aba72beb257ef1620b3943296a6c11e95f7..cd67ddeec82352a9038667775466f97bd14b03c8 100644 (file)
@@ -1448,7 +1448,7 @@ int userdb_block_nss_systemd(int b) {
 
         /* Note that we might be called from libnss_systemd.so.2 itself, but that should be fine, really. */
 
-        dl = dlopen(ROOTLIBDIR "/libnss_systemd.so.2", RTLD_LAZY|RTLD_NODELETE);
+        dl = dlopen(LIBDIR "/libnss_systemd.so.2", RTLD_LAZY|RTLD_NODELETE);
         if (!dl) {
                 /* If the file isn't installed, don't complain loudly */
                 log_debug("Failed to dlopen(libnss_systemd.so.2), ignoring: %s", dlerror());