mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
0.0.9 broke hibernation. darn it.
svn:r3147
This commit is contained in:
parent
f6167de7e9
commit
b6173b7b68
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue