Fixes ignored qualifers error (ignored-qualifiers)

This commit is contained in:
Denis Kalantaevsky 2023-10-03 12:47:57 +02:00
parent 47f0d9e032
commit 024abf4030
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ const std::string strip_and_resolve_addresses(std::string const& address) {
return "ipv4:///" + stripped_address; return "ipv4:///" + stripped_address;
} }
const bool authenticate(std::shared_ptr<grpc::Channel> const& channel, bool authenticate(std::shared_ptr<grpc::Channel> const& channel,
std::string const& username, std::string const& username,
std::string const& password, std::string const& password,
std::string& token_or_message) { std::string& token_or_message) {