mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Fix for bug #2587
This commit is contained in:
@@ -114,6 +114,8 @@ static memcached_st *handle = NULL;
|
||||
handle = memcached_create(NULL);
|
||||
if (handle)
|
||||
{
|
||||
memcached_behavior_set(handle, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, 1);
|
||||
|
||||
sd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
|
||||
// We define the default value for cleaning up cached users'
|
||||
|
||||
Reference in New Issue
Block a user