]> arthur.barton.de Git - netatalk.git/commit
Fix check for nested and duplicated volume paths
authorFrank Lahm <franklahm@googlemail.com>
Thu, 11 Oct 2012 11:02:55 +0000 (13:02 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 11 Oct 2012 11:02:55 +0000 (13:02 +0200)
commit2eedbc8172785b9cc29af552ed1ca8627309f963
treec2a7b7b263960892190005a5c9817bfb8218f6b2
parentc0b84c4784727f5313c5849bd518b76bcffaa773
Fix check for nested and duplicated volume paths

The previous modification was based on ensuring the volume paths are
'/' terminated. That allowed for a simple and quick implementation of
the neccessary tests. Unfortunately that completely broke the whole
directory machinery and cache.
This patch reverts the previous change and tries another simple
implementation that avoid copying the paths.
libatalk/util/netatalk_conf.c