X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.cc;h=b128788a1a32b801e8562b0907cded152522a4c8;hb=35811e5efa56436f7f0e03c68bc8cf78f2b2c1c4;hp=6542fd3fc6c474798e5a122df6dbd4df48d79128;hpb=535cb0763dff986a148356bf58dd91f15ad8ed39;p=awesomized%2Flibmemcached diff --git a/libtest/server.cc b/libtest/server.cc index 6542fd3f..b128788a 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -327,9 +327,9 @@ void Server::add_option(const std::string& arg) _options.push_back(std::make_pair(arg, std::string())); } -void Server::add_option(const std::string& name, const std::string& value) +void Server::add_option(const std::string& name_, const std::string& value) { - _options.push_back(std::make_pair(name, value)); + _options.push_back(std::make_pair(name_, value)); } bool Server::set_socket_file()