]> arthur.barton.de Git - netatalk.git/commit
Remove unneccessary call to getcwd()
authorFrank Lahm <franklahm@googlemail.com>
Wed, 10 Oct 2012 11:51:34 +0000 (13:51 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 10 Oct 2012 11:51:34 +0000 (13:51 +0200)
commit816eb343ee3cbab7a3db76ceec16df5957cf9376
tree254a05a8ae4fb93e54b3383c9928714784a00ab3
parentf4436fa67103541b7ea5aee14bfe748ae19f6caa
Remove unneccessary call to getcwd()

getcwd() was called after a chdir(vol->v_path) in order to copy
the path to vol->v_path. But as v_path is now already set in netatalk_conf.c
when parsing the volumes config, this is not neccessary anymore.
etc/afpd/volume.c