Clear out listen host if not specified

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@589 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-12-27 23:32:08 +00:00
parent ef9d9b217a
commit 7129402cc9
+1
View File
@@ -964,6 +964,7 @@ bool CZNC::ParseConfig(const CString& sConfig) {
m_sListenHost = sValue.Token(0, false, ":");
sPort = sValue.Token(1, true, ":");
} else {
m_sListenHost = "";
sPort = sValue;
}