From a009c71034826e3755a987a0f5730724dfc9f063 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 25 Mar 2013 15:58:36 -0400 Subject: [PATCH] Fixed table initialization. --- SoObjects/SOGo/SOGoSAML2Session.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoSAML2Session.m b/SoObjects/SOGo/SOGoSAML2Session.m index e9258d694..4cd4750e1 100644 --- a/SoObjects/SOGo/SOGoSAML2Session.m +++ b/SoObjects/SOGo/SOGoSAML2Session.m @@ -77,7 +77,7 @@ static NSMapTable *serverTable = nil; { if (!serverTable) { - serverTable = [NSMapTable mapTableWithStrongToWeakObjects]; + serverTable = NSCreateMapTable(NSObjectMapKeyCallBacks, NSNonRetainedObjectMapValueCallBacks, 128); [serverTable retain]; } lasso_init ();