Pulled in fix for VHost not being respected

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@390 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-06-27 19:46:08 +00:00
parent 30a1efb161
commit c287c5cdd2
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -948,6 +948,9 @@ public:
// make it NON-Blocking IO
pcSock->BlockIO( false );
// bind the vhost
pcSock->SetBindHost( sBindHost );
#ifdef HAVE_LIBSSL
pcSock->SetSSL( isSSL );
#endif /* HAVE_LIBSSL */