Fix breakage from last commit, hope no one noticed it yet ;)

This happens when you merge branches to trunk in a different order than
you created them...


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1296 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-12-20 20:21:14 +00:00
parent baab007f2b
commit de3fb7f3dc
-3
View File
@@ -784,9 +784,6 @@ bool CUser::AddServer(const CString& sName, unsigned short uPort, const CString&
if (bSSL != pServer->IsSSL())
continue;
if (bIPV6 != pServer->IsIPV6())
continue;
// Server is already added
return false;
}