]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix swift auth concurrency issue
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 3 Dec 2012 22:32:28 +0000 (14:32 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 4 Dec 2012 00:02:40 +0000 (16:02 -0800)
commit7fbf9476cb44ce256f4bb2366f46fa20cb570eda
treece08f4aa7024db6de865606ea139087db8396a75
parent0639cd9c479d69b077175f0385eb569ebb839349
rgw: fix swift auth concurrency issue

Fixes: #3565
Originally ops were using static structures, but that
has since changed. Switching swift auth handler to do
the same.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_swift_auth.cc