From de3fb7f3dccf7f72c45288ed5328e10ca4fd59e3 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 20 Dec 2008 20:21:14 +0000 Subject: [PATCH] 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 --- User.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/User.cpp b/User.cpp index 737f55c8..55cda728 100644 --- a/User.cpp +++ b/User.cpp @@ -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; }