diff -r 924385140d98 -r c2c61fdca848 commonappservices/alarmserver/Client/Source/ASCliSession.cpp --- a/commonappservices/alarmserver/Client/Source/ASCliSession.cpp Tue Aug 31 15:24:25 2010 +0300 +++ b/commonappservices/alarmserver/Client/Source/ASCliSession.cpp Wed Sep 01 12:24:48 2010 +0100 @@ -65,7 +65,7 @@ TInt startupAttempts = KNumberOfServerStartupAttempts; for(;;) { - TInt ret = CreateSession(ASCliDefinitions::ServerAndThreadName(), ASCliDefinitions::Version(), KAlarmServerAsynchronousSlotCount); + TInt ret = CreateSession(ASCliDefinitions::ServerAndThreadName(), ASCliDefinitions::Version()); if (ret != KErrNotFound && ret != KErrServerTerminated) {