diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-12 00:05:48 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-12 00:05:48 +0800 |
commit | 8038b729288b224ea51525d0439282b776de58f6 (patch) | |
tree | 678b53250977c9e756abe0c6038815de42104f35 | |
parent | ecfc7721f2384f60cfb158a187f53d5816dba4f5 (diff) | |
download | pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar.gz pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar.bz2 pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar.lz pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar.xz pttbbs-8038b729288b224ea51525d0439282b776de58f6.tar.zst pttbbs-8038b729288b224ea51525d0439282b776de58f6.zip |
* fix previous checkin - forgot to remove comment -_-
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4565 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | daemon/logind/logind.c | 2 |
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) |