X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcachedprotocol%2Fbinary_handler.c;h=cdc03b93e3ae1b261b2b15f902312ff93d652038;hb=279113c84c6059e4d0f75a2102c05ecc0daa0d19;hp=84151cfed4f23fa02f686ba483507fe8a66407c6;hpb=18f81009ed414fd399a6ba9c7894fcd89b14ce75;p=awesomized%2Flibmemcached diff --git a/src/libmemcachedprotocol/binary_handler.c b/src/libmemcachedprotocol/binary_handler.c index 84151cfe..cdc03b93 100644 --- a/src/libmemcachedprotocol/binary_handler.c +++ b/src/libmemcachedprotocol/binary_handler.c @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | @@ -933,7 +933,7 @@ stat_command_handler(const void *cookie, protocol_binary_request_header *header, .opaque = header->request.opaque, }, }}; - rval = response_handler(cookie, header, &response); + rval = response_handler(cookie, header, (void *) &response); } } else { rval = PROTOCOL_BINARY_RESPONSE_UNKNOWN_COMMAND;