mirror of
https://github.com/znc/znc.git
synced 2026-08-01 22:43:05 +02:00
only if ssl is enabled
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@393 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -843,6 +843,8 @@ XS(XS_ZNC_COREListen)
|
||||
pSock->EnableReadLine();
|
||||
|
||||
bool bContinue = true;
|
||||
|
||||
#ifdef HAVE_LIBSSL
|
||||
if ( iUseSSL != 0 )
|
||||
{
|
||||
if ( CFile::Exists( g_ModPerl->GetUser()->GetPemLocation() ) )
|
||||
@@ -853,6 +855,7 @@ XS(XS_ZNC_COREListen)
|
||||
bContinue = false;
|
||||
}
|
||||
}
|
||||
#endif /* HAVE_LIBSSL */
|
||||
|
||||
if ( bContinue )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user