]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/rgw_user.cc: use 'true' directly instead of variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Apr 2013 14:17:52 +0000 (16:17 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Apr 2013 14:17:52 +0000 (16:17 +0200)
commitbda21f726473ba78bac86db39f52451c227623da
treeb23c7cd95908e5a247fead9d565df60fe4619847
parent84b1914b787018f39cf22aebed7bc93c25a19801
rgw/rgw_user.cc: use 'true' directly instead of variable

Instead of passing 'true' via bool defer_user_update variable
in RGWUser::execute_modify() to keys.add() use it directly.

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