From f7a4885b7f910eb051b7f1331fc9307deb5dce3c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 29 Jan 2020 17:22:36 -0600 Subject: [PATCH] cls_hello: fix typo This was mostly harmless but this makes the warning go away. Signed-off-by: Sage Weil --- src/cls/hello/cls_hello.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 71546d6858b25..9f152ad637381 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); -- 2.47.3