X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=clients%2Futilities.cc;h=268b7904589e5a4a7e07b8e18b4f643dfcdb189a;hb=24d604ebd655a7e3afe584d3dc4a25f5eca372c3;hp=158890515ef43840bc9d49409e386bb0706ed980;hpb=cb3ca2b63f9ddb2e070814623a3965c88a84eea7;p=awesomized%2Flibmemcached diff --git a/clients/utilities.cc b/clients/utilities.cc index 15889051..268b7904 100644 --- a/clients/utilities.cc +++ b/clients/utilities.cc @@ -144,7 +144,9 @@ void process_hash_option(memcached_st *memc, char *opt_hash) memcached_return_t rc; if (opt_hash == NULL) + { return; + } set= MEMCACHED_HASH_DEFAULT; /* Just here to solve warning */ if (!strcasecmp(opt_hash, "CRC"))