Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / libmemcached-1.0 / internals.cc
index 8c28d3156c1526cf09e34a57d3f6e4e1ef5abcad..6e0232fc3a3d0eb72fdb439e34fb6b466cf848b1 100644 (file)
@@ -63,5 +63,5 @@ collection_st collection[] ={
 
 void get_world(Framework *frame)
 {
-  frame->collections= collection;
+  frame->collections(collection);
 }