Monotone-Parent: 37e598aeb2b79c619bb99d9295a63f9ad757d3c7

Monotone-Revision: 9e635b25216d0eadcf76cf6cf3aa6e006edaeca6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-05T15:12:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-04-05 15:12:27 +00:00
parent 32f139a710
commit 3f7f5681ce
2 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -104,8 +104,6 @@ static memcached_st *handle = NULL;
if ((self = [super init]))
{
memcached_return error;
cache = [[NSMutableDictionary alloc] init];
users = [[NSMutableDictionary alloc] init];
groups = [[NSMutableDictionary alloc] init];
@@ -140,7 +138,7 @@ static memcached_st *handle = NULL;
servers
= memcached_servers_parse([memcachedServerName UTF8String]);
error = memcached_server_push(handle, servers);
memcached_server_push(handle, servers);
}
}
}