diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:15:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:15:27 -0400 |
commit | 6f20a74d52741cce521cf03b8afee570e3cb367b (patch) | |
tree | c49d5aab8a038da07570612795861ea32bf6cb2d /src/or/confparse.c | |
parent | a7b46336eb5f1f7f734ac2d978c7ab17d1c870c0 (diff) | |
parent | 18752bca5b57c11b6d843db671e1886ed0624848 (diff) | |
download | tor-6f20a74d52741cce521cf03b8afee570e3cb367b.tar.gz tor-6f20a74d52741cce521cf03b8afee570e3cb367b.zip |
Merge branch 'bug8240_v2_squashed' into maint-0.2.4
Conflicts:
doc/tor.1.txt
src/or/circuitbuild.c
src/or/config.c
src/or/or.h
Diffstat (limited to 'src/or/confparse.c')
-rw-r--r-- | src/or/confparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/confparse.c b/src/or/confparse.c index 98fde98e7d..8863d92409 100644 --- a/src/or/confparse.c +++ b/src/or/confparse.c @@ -1103,6 +1103,8 @@ static struct unit_table_t time_units[] = { { "days", 24*60*60 }, { "week", 7*24*60*60 }, { "weeks", 7*24*60*60 }, + { "month", 2629728, }, /* about 30.437 days */ + { "months", 2629728, }, { NULL, 0 }, }; |