From: Adam C. Emerson Date: Tue, 6 Apr 2021 17:28:45 +0000 (-0400) Subject: test/librados: Disambiguate function call X-Git-Tag: v17.1.0~2328^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f483f161d63b9f049961a41ab2bccc28f159df9d;p=ceph.git test/librados: Disambiguate function call Cleaning up a warning. Signed-off-by: Adam C. Emerson --- diff --git a/src/test/librados_test_stub/LibradosTestStub.cc b/src/test/librados_test_stub/LibradosTestStub.cc index c16cc436aa4a..c567147e7a20 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); }