2011/7/5 Alan Snelgrove <alansnelgr...@mac.com>: > I found a work around for this Bug, which works for me. > in source package netatalk/etc/afpd/directory.c > there are the lines > > if ((ret = lchdir(cfrombstr(dir->d_fullpath))) != 0 ) { > LOG(log_debug, logtype_afpd, "movecwd('%s'): ret: %u, %s", > cfrombstr(dir->d_fullpath), ret, strerror(errno)); > The fix is to replace lchdir with chdir. > There is only one occurrence of lchdir in the source file.
Bah! This breaks certain semantics. Also can't reproduce with git master HEAD which means it should work in 2.2.1, it's probably already working in 2.2.0. -f -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org