From: Steve Brokenshire Date: Fri, 11 Mar 2016 17:03:51 +0000 (+0000) Subject: Added comment to describe function CheckBlacklist in common/svrblist.cpp X-Git-Tag: release-0.11~147 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=f3a1da85c5a6cc49e275330ef5e66b156622034b;p=xestiaab%2F.git Added comment to describe function CheckBlacklist in common/svrblist.cpp --- diff --git a/source/common/svrblist.cpp b/source/common/svrblist.cpp index 3d2a27b..9894b21 100644 --- a/source/common/svrblist.cpp +++ b/source/common/svrblist.cpp @@ -21,6 +21,8 @@ bool CheckBlacklist(wxString ServerAddress){ + // Check if the server address is on the blacklist. + wxString ServerBlacklist = "google.com"; wxString BListHostname;