aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-03 09:33:40 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-03 09:33:40 -0400
commit96cf608b2eeb4643290917b093ae9bd1c1364700 (patch)
treea31832a1a34343c448b6a4bded640e931577b041 /src/or/router.c
parent40c7871f46bbfe03480eb159e5365f49e6df24f5 (diff)
parent7f329206488cf844aee33fbd2e9724c72421b6af (diff)
downloadtor-96cf608b2eeb4643290917b093ae9bd1c1364700.tar.gz
tor-96cf608b2eeb4643290917b093ae9bd1c1364700.zip
Merge branch 'bug22885_squashed'
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 1b81a228af..7fad572657 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1856,7 +1856,7 @@ static const char *desc_gen_reason = NULL;
* now. */
static time_t desc_clean_since = 0;
/** 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? */
static int desc_needs_upload = 0;