mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
0.0.9 broke hibernation. darn it.
svn:r3147
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ int router_rebuild_descriptor(int force) {
|
||||
ri->address = tor_strdup(inet_ntoa(in));
|
||||
ri->nickname = tor_strdup(options->Nickname);
|
||||
ri->addr = addr;
|
||||
ri->or_port = hibernating ? 0 : options->ORPort;
|
||||
ri->or_port = options->ORPort;
|
||||
ri->socks_port = hibernating ? 0 : options->SocksPort;
|
||||
ri->dir_port = hibernating ? 0 : options->DirPort;
|
||||
ri->published_on = time(NULL);
|
||||
|
||||
Reference in New Issue
Block a user