]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw_user.cc: cleanup RGWAccessKeyPool::check_op()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 12 May 2014 00:01:10 +0000 (02:01 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 12 May 2014 00:01:10 +0000 (02:01 +0200)
commitb1196795c20bc2e302b019efa1626181f0dad552
tree0ca6f2da159230a8787742436afa7726a04354ff
parentb731c472dec3c00486f1508787187dbf1c4ca932
rgw_user.cc: cleanup RGWAccessKeyPool::check_op()

Remove dead assignment and unsued variable 'secret_key'. Check
op_state.get_access_key() directly for emptiness without extra
variable. Fix comment above check for access key.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_user.cc