From 1d8182bbec377e0f4115811587f76396c59ea197 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Thu, 16 Apr 2009 21:16:03 +0200 Subject: [PATCH] Increase the size of the buffer for the version string --- libmemcached/memcached.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index 7f8a4a1f..91c73d7e 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -34,7 +34,7 @@ extern "C" { #endif /* These are Private and should not be used by applications */ -#define MEMCACHED_VERSION_STRING_LENGTH 12 +#define MEMCACHED_VERSION_STRING_LENGTH 24 /* string value */ struct memcached_continuum_item_st { -- 2.30.2