commit | da6ebb4d67d93e16824f82cc47214825491d8e7a | [log] [tgz] |
---|---|---|
author | zuoqilin <zuoqilin@yulong.com> | Thu Jun 10 17:45:05 2021 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jun 28 23:49:25 2021 +0200 |
tree | 4ad380cabd0160537531d4779c6766a5f3974d31 | |
parent | 1e6de263d1164bf1361c4ee3f1252730daba96d1 [diff] |
libceph: remove unnecessary ret variable in ceph_auth_init() There is no necessary to define variable assignment, just return directly to simplify the steps. Signed-off-by: zuoqilin <zuoqilin@yulong.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>