summaryrefslogtreecommitdiff
path: root/client/Config.cpp
diff options
context:
space:
mode:
authorAlex Borisov <b0ris@b0ris-satellite.localdomain>2012-01-07 04:45:01 +0200
committerAlex Borisov <b0ris@b0ris-satellite.localdomain>2012-01-07 04:45:01 +0200
commite23f72738a41ada892e8979aaa9cea318e9d941a (patch)
tree4560631e0698bb98a967c79704de0d64a5505c01 /client/Config.cpp
parent04a67fd43d8a2d003ea79c7a1f1d94745a78d33c (diff)
FIX turn off generic proxies correctly
Diffstat (limited to 'client/Config.cpp')
-rw-r--r--client/Config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Config.cpp b/client/Config.cpp
index ab06fb3..9a32603 100644
--- a/client/Config.cpp
+++ b/client/Config.cpp
@@ -222,7 +222,6 @@ ProxyEntryGeneric* Config::GetGenericProxy(string host, short port)
}
}
return NULL;
-
}
vector<ProxyEntryStatic> Config::GetStaticProxyGuiLine(unsigned line)