From: Sage Weil Date: Wed, 29 Jan 2020 23:22:36 +0000 (-0600) Subject: cls_hello: fix typo X-Git-Tag: v15.1.1~595^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7a4885b7f910eb051b7f1331fc9307deb5dce3c;p=ceph.git cls_hello: fix typo This was mostly harmless but this makes the warning go away. Signed-off-by: Sage Weil --- diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 71546d6858b2..9f152ad63738 100644 --- a/src/cls/hello/cls_hello.cc +++ b/src/cls/hello/cls_hello.cc @@ -345,7 +345,7 @@ CLS_INIT(hello) // legacy alias for this method for pre-octopus clients cls_register_cxx_method(h_class, "writes_dont_return_data", CLS_METHOD_WR, - write_return_data, &h_write_return_data); + write_return_data, &h_writes_dont_return_data); cls_register_cxx_method(h_class, "write_too_much_return_data", CLS_METHOD_WR, write_too_much_return_data, &h_write_too_much_return_data);