Merge.
[awesomized/libmemcached] / libmemcached / memcached_flush.c
index f722cc904e6ea9835d4d8bbb1d40f004a1f1024b..4e048d00260e279858493167f98e05831797b967 100644 (file)
@@ -51,7 +51,7 @@ static memcached_return memcached_flush_binary(memcached_st *ptr,
                                                time_t expiration)
 {
   unsigned int x;
-  protocol_binary_request_flush request= {0};
+  protocol_binary_request_flush request= {.bytes= {0}};
 
   unlikely (ptr->number_of_hosts == 0)
     return MEMCACHED_NO_SERVERS;