mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 08:59:45 +00:00
fix(encryptedUrl): fix cache key data and expect uncrypted name for freebusy
This commit is contained in:
@@ -289,7 +289,7 @@ static memcached_st *handle = NULL;
|
||||
NSData *keyData, *valueData;
|
||||
memcached_return error;
|
||||
|
||||
// [self logWithFormat: @"setValue: '%@' forKey: '%@'", value, key];
|
||||
//[self logWithFormat: @"setValue: '%@' forKey: '%@'", value, key];
|
||||
if (handle)
|
||||
{
|
||||
keyData = [key dataUsingEncoding: NSUTF8StringEncoding];
|
||||
|
||||
Reference in New Issue
Block a user