summaryrefslogtreecommitdiffstats
path: root/daemon/logind/logind.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/logind/logind.c')
-rw-r--r--daemon/logind/logind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/logind/logind.c b/daemon/logind/logind.c
index d4148056..69863d6c 100644
--- a/daemon/logind/logind.c
+++ b/daemon/logind/logind.c
@@ -1401,7 +1401,7 @@ main(int argc, char *argv[])
// because many of the libraries used in this daemon (for example,
// passwd / logging / ...) all assume cwd=BBSHOME,
// let's workaround them.
- // chdir(BBSHOME);
+ chdir(BBSHOME);
}
// Some event notification mechanisms don't work across forks (e.g. kqueue)