From f483f161d63b9f049961a41ab2bccc28f159df9d Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Tue, 6 Apr 2021 13:28:45 -0400 Subject: [PATCH] test/librados: Disambiguate function call Cleaning up a warning. Signed-off-by: Adam C. Emerson --- src/test/librados_test_stub/LibradosTestStub.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/librados_test_stub/LibradosTestStub.cc b/src/test/librados_test_stub/LibradosTestStub.cc index c16cc436aa4a2..c567147e7a20a 100644 --- a/src/test/librados_test_stub/LibradosTestStub.cc +++ b/src/test/librados_test_stub/LibradosTestStub.cc @@ -1455,7 +1455,7 @@ int cls_cxx_list_watchers(cls_method_context_t hctx, watcher.name = entity_name_t::CLIENT(w.watcher_id); watcher.cookie = w.cookie; watcher.timeout_seconds = w.timeout_seconds; - watcher.addr.parse(w.addr, 0); + watcher.addr.parse(w.addr); watchers->entries.push_back(watcher); } -- 2.39.5