oc: activate user context on initialization (for real)

Even with cached ones (completes cfab18e1b8)
This commit is contained in:
Jesús García Sáez
2015-11-09 19:56:05 +01:00
parent 194c415631
commit 5f5b5d9273
+2
View File
@@ -73,6 +73,8 @@ static NSMapTable *contextsTable = nil;
[userContext autorelease];
[contextsTable setObject: userContext forKey: username];
}
else
[userContext activate];
return userContext;
}