Revert Check connectivity on startup (issue with certificate handling)

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@237 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-12-19 12:25:16 +00:00
parent 4a4e515c9c
commit b7b1d96489
1 changed files with 0 additions and 7 deletions

View File

@ -77,13 +77,6 @@ public class DavGateway {
// register custom SSL Socket factory
DavGatewaySSLProtocolSocketFactory.register();
// check config
try {
ExchangeSessionFactory.checkConfig();
} catch (IOException e) {
DavGatewayTray.error(e);
}
}
protected static void stopServer(AbstractServer server) {