X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcachedprotocol%2Fbinary_handler.c;h=cdc03b93e3ae1b261b2b15f902312ff93d652038;hb=48dcc61a4919f6f3d5ee164630a843f2d8b8ade9;hp=c54196197aeef6bd1744120049d5e40f33aa868d;hpb=2a67d9900d37f4ec3164294fcf95e0efb8a49a64;p=awesomized%2Flibmemcached diff --git a/src/libmemcachedprotocol/binary_handler.c b/src/libmemcachedprotocol/binary_handler.c index c5419619..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. | @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ @@ -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;