]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Fix a serious bug in deamon mode.
authorAndre Noll <maan@congo.fml.local>
Fri, 28 Mar 2008 14:01:09 +0000 (15:01 +0100)
committerAndre Noll <maan@congo.fml.local>
Fri, 28 Mar 2008 14:01:09 +0000 (15:01 +0100)
In daemon mode, we changed to dest_dir _before_ calling daemon_init(),
which changes the cwd to /.

Fix this rather embarrassing bug by changing cwd later. To this aim,
introduce change_to_dest_dir() which also logs some messages.


No differences found