All *_init() have been changed to _create()
[awesomized/libmemcached] / lib / memcached_get.c
index 77bc68aa60df63a1f78a213263121cb3d2e714c6..404c332c5c65be38068365334efbfecbd20733ba 100644 (file)
@@ -221,7 +221,7 @@ memcached_return memcached_mget(memcached_st *ptr,
     }
     else
     {
-      memcached_string_st *string= memcached_string_init(ptr, SMALL_STRING_LEN);
+      memcached_string_st *string= memcached_string_create(ptr, SMALL_STRING_LEN);
 
       /* We need to figure out the correct way to error in case of this failure */
       if (!string)