Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited.

110b62f Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman)
This commit is contained in:
Wladimir J. van der Laan
2016-03-11 08:25:18 +01:00
4 changed files with 6 additions and 16 deletions

View File

@@ -464,7 +464,7 @@ void TorController::auth_cb(TorControlConnection& conn, const TorControlReply& r
if (GetArg("-onion", "") == "") {
proxyType addrOnion = proxyType(CService("127.0.0.1", 9050), true);
SetProxy(NET_TOR, addrOnion);
SetReachable(NET_TOR);
SetLimited(NET_TOR, false);
}
// Finally - now create the service