X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhash_plus.cc;h=9cb4b384e777e68ea011a495925798751c40f281;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=778ec220c4cb30bfecebc323abdf0a843b2e641d;hpb=9169cee9ec0f231b3117a0d5a7840d2067f29610;p=m6w6%2Flibmemcached diff --git a/tests/hash_plus.cc b/tests/hash_plus.cc index 778ec220..9cb4b384 100644 --- a/tests/hash_plus.cc +++ b/tests/hash_plus.cc @@ -215,5 +215,5 @@ collection_st collection[] ={ void get_world(Framework *world) { - world->collections= collection; + world->collections(collection); }