diff --git a/tests/cpp_example.cc b/tests/cpp_example.cc index 0b203724..7e7e5b12 100644 --- a/tests/cpp_example.cc +++ b/tests/cpp_example.cc @@ -168,7 +168,7 @@ void setProduct(const string &key, const Product &product) int main() { - Memcache first_client("127.0.0.1:19191"); + Memcache first_client("--SERVER=127.0.0.1:19191"); map< string, map > my_stats; first_client.getStats(my_stats);