summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-24 01:29:21 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-24 01:29:21 +0200
commite054f8333d7ba2e598784a9718e751c5d956ac9e (patch)
tree94bb11c1413ad895652ed3794736092ff2da5259 /src/main.c
parentee5762e3780c048b230e8c1e7659e40fc1f443bf (diff)
main: disable NSS disabling logic for now, since this is incompatible with rpm
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 964bb9cc32..e67d2225bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -940,11 +940,11 @@ int main(int argc, char *argv[]) {
/* Disable nscd, to avoid deadlocks when systemd uses
* NSS and the nscd socket is maintained by us. */
- if (nss_disable_nscd) {
- log_debug("Disabling nscd");
- nss_disable_nscd();
- } else
- log_debug("Hmm, can't disable nscd.");
+ /* if (nss_disable_nscd) { */
+ /* log_debug("Disabling nscd"); */
+ /* nss_disable_nscd(); */
+ /* } else */
+ /* log_debug("Hmm, can't disable nscd."); */
if (!serialization) {
if (arg_show_status)