Skip to content

Commit

Permalink
cachedb_memcached: extend the host+port printing buffer
Browse files Browse the repository at this point in the history
(cherry picked from commit 32f2c24)
  • Loading branch information
liviuchircu committed Sep 17, 2014
1 parent 50273ff commit 5c7756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_memcached/cachedb_memcached.c
Expand Up @@ -291,7 +291,7 @@ int wrap_memcached_get_counter(cachedb_con *connection,str* attr, int* res)
return 0;
}

#define MAX_HOSTPORT_SIZE 22
#define MAX_HOSTPORT_SIZE 80
static char host_buff[MAX_HOSTPORT_SIZE];

memcached_con* memcached_new_connection(struct cachedb_id *id)
Expand Down

0 comments on commit 5c7756d

Please sign in to comment.