diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:07:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:07:24 +0000 |
commit | 6ebd8865119c8044d67259f4397d2c379271ed78 (patch) | |
tree | c20bbdbe386d192db813ff57ae17ca0ee95c8e2d /src/or/test.c | |
parent | 47d3e23155a2946f37aeb1786b992d50760c1f2a (diff) | |
download | tor-6ebd8865119c8044d67259f4397d2c379271ed78.tar.gz tor-6ebd8865119c8044d67259f4397d2c379271ed78.zip |
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6396
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 2fff4d7097..407abbf159 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1311,7 +1311,7 @@ test_dir_format(void) { char d[DIGEST_LEN]; const char *m; - /* XXXX NM re-enable. 011 */ + /* XXXX NM re-enable. */ /* Make sure routers aren't too far in the past any more. */ r1.cache_info.published_on = time(NULL); r2.cache_info.published_on = time(NULL)-3*60*60; |