]> arthur.barton.de Git - ngircd-alex.git/commit
if ngircd doesn't run chrooted, it tries to chdir
authorFlorian Westphal <fw@strlen.de>
Thu, 15 Nov 2007 01:03:01 +0000 (01:03 +0000)
committerFlorian Westphal <fw@strlen.de>
Thu, 15 Nov 2007 01:03:01 +0000 (01:03 +0000)
commitad7361dfe06aa023290b4b28347172f4ba7e3ff5
tree0b1d7768551a99200f7ddc95f621460f8e0a92b1
parente47c9d750fc21cea9858cdd90a9386365c8b6978
if ngircd doesn't run chrooted, it tries to chdir
to the users working directory (as returned by getpwuid()).
Failing to chdir to that directory isn't an error; so
log with LOG_INFO and prefix the message with "Notice".
src/ngircd/ngircd.c