]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
uclient: path_walk should notice when it gets absolute paths.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 15 Jun 2011 21:24:43 +0000 (14:24 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 15 Jun 2011 21:24:43 +0000 (14:24 -0700)
commit4a7a42b5e1fdb2911b86b919a373c835e738ff37
treec6280eb3f168fefded30eae4fc0163ffab82436e
parente90e04117f1e3d50a598fe7389a39f57ce1ff8a7
uclient: path_walk should notice when it gets absolute paths.

Previously it assumed everything was relative, but we need to handle
absolute paths on occasion, and already have the code to do so!

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/client/Client.cc