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 811a125 commit d7e3d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_memcached/cachedb_memcached.c
Expand Up @@ -248,7 +248,7 @@ int wrap_memcached_sub(cachedb_con *connection,str* attr,int val,
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 d7e3d37

Please sign in to comment.