From f3a1da85c5a6cc49e275330ef5e66b156622034b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 11 Mar 2016 17:03:51 +0000 Subject: [PATCH] Added comment to describe function CheckBlacklist in common/svrblist.cpp --- source/common/svrblist.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2