From de9d03d9520f18cb91d99900f5906430a06ad5e7 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 9 Feb 2006 21:03:16 +0000 Subject: Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings). --- src/net/pop3/POP3Store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/pop3/POP3Store.cpp') diff --git a/src/net/pop3/POP3Store.cpp b/src/net/pop3/POP3Store.cpp index 7966ee3f..67f478cb 100644 --- a/src/net/pop3/POP3Store.cpp +++ b/src/net/pop3/POP3Store.cpp @@ -147,8 +147,8 @@ void POP3Store::connect() m_secured = true; m_cntInfos = vmime::create (address, port, tlsSession, tlsSocket); } -#endif // VMIME_HAVE_TLS_SUPPORT else +#endif // VMIME_HAVE_TLS_SUPPORT { m_cntInfos = vmime::create (address, port); } -- cgit v1.2.3