]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: fix skipping of ~/ if $HOME subst fails
authorSage Weil <sage@newdream.net>
Wed, 18 Aug 2010 19:56:53 +0000 (12:56 -0700)
committerSage Weil <sage@newdream.net>
Wed, 18 Aug 2010 19:57:13 +0000 (12:57 -0700)
commite8f56d3294b552ddd1459914f1d3ce4ad9bf2c61
tree0007d4072dc756c6a961d4774849bf3e918e030c
parent165c5f274e4e0d6dc71059a9b930c9389e8af25b
auth: fix skipping of ~/ if $HOME subst fails

We were breaking out of the loop entirely, and failing to check the rest
of the items in the path list.  Doh!
src/auth/KeyRing.cc