mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug22885_squashed'
This commit is contained in:
commit
96cf608b2e
5
changes/bug22885
Normal file
5
changes/bug22885
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
o Minor bugfixes (relay):
|
||||||
|
- When uploading our descriptor for the first time after startup,
|
||||||
|
report the reason for uploading as "Tor just started" rather than
|
||||||
|
leaving it blank. Fixes bug 22885; bugfix on 0.2.3.4-alpha.
|
||||||
|
|
@ -1856,7 +1856,7 @@ static const char *desc_gen_reason = NULL;
|
|||||||
* now. */
|
* now. */
|
||||||
static time_t desc_clean_since = 0;
|
static time_t desc_clean_since = 0;
|
||||||
/** Why did we mark the descriptor dirty? */
|
/** Why did we mark the descriptor dirty? */
|
||||||
static const char *desc_dirty_reason = NULL;
|
static const char *desc_dirty_reason = "Tor just started";
|
||||||
/** Boolean: do we need to regenerate the above? */
|
/** Boolean: do we need to regenerate the above? */
|
||||||
static int desc_needs_upload = 0;
|
static int desc_needs_upload = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user