diff options
author | Alex Borisov <b0ris@b0ris-satellite.localdomain> | 2012-01-07 04:45:01 +0200 |
---|---|---|
committer | Alex Borisov <b0ris@b0ris-satellite.localdomain> | 2012-01-07 04:45:01 +0200 |
commit | e23f72738a41ada892e8979aaa9cea318e9d941a (patch) | |
tree | 4560631e0698bb98a967c79704de0d64a5505c01 /client/Config.cpp | |
parent | 04a67fd43d8a2d003ea79c7a1f1d94745a78d33c (diff) |
FIX turn off generic proxies correctly
Diffstat (limited to 'client/Config.cpp')
-rw-r--r-- | client/Config.cpp | 1 |
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) |