Increase the size of the buffer for the version string
authorTrond Norbye <trond.norbye@sun.com>
Thu, 16 Apr 2009 19:16:03 +0000 (21:16 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 16 Apr 2009 19:16:03 +0000 (21:16 +0200)
libmemcached/memcached.h

index 7f8a4a1f254921535eb01db3d497e89f89a73a9c..91c73d7e43c9370b5bef4e1c8709c66d26dd0ac4 100644 (file)
@@ -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 {