]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits: mon: auth_caps: variables must be local
authorJoao Eduardo Luis <joao@redhat.com>
Tue, 30 Sep 2014 17:49:19 +0000 (18:49 +0100)
committerJoao Eduardo Luis <joao@redhat.com>
Fri, 3 Oct 2014 15:24:19 +0000 (16:24 +0100)
commitc7d5c25324ef6eeb279a7a8674d300773ba1889f
treeb62b2ca10d8a48278d036661fdf722e9ec8c0f0f
parent7e85bebd7479d4bf8f3174c4376e005b7128776b
qa/workunits: mon: auth_caps: variables must be local

We have variables with the same name that are being shared!  We don't
hit any issues with it currently because the code just kind of works
even though that happens.  Add a bit of new logic that relies on an
immutable return code (for instance) and we're in the woods.

Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
qa/workunits/mon/auth_caps.sh