summaryrefslogtreecommitdiff
path: root/src/or/statefile.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-08-03 15:52:01 +0300
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:34 -0400
commit706392e6b5967c8a7766a6b68b2428a17c1bbe8f (patch)
tree15b2ecd52f22fecfe79453dc093a53957a7e26db /src/or/statefile.c
parent3ce69a58ce908ea88443c1321a7e4378f059a897 (diff)
downloadtor-706392e6b5967c8a7766a6b68b2428a17c1bbe8f.tar.gz
tor-706392e6b5967c8a7766a6b68b2428a17c1bbe8f.zip
Make HidServRevCounter be a LINELIST as it should.
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r--src/or/statefile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/statefile.c b/src/or/statefile.c
index 6b759960cb..fc564ce146 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -85,8 +85,7 @@ static config_var_t state_vars_[] = {
VAR("TransportProxy", LINELIST_S, TransportProxies, NULL),
V(TransportProxies, LINELIST_V, NULL),
- VAR("HidServRevCounter", LINELIST_S, HidServRevCounters, NULL),
- V(HidServRevCounters, LINELIST_V, NULL),
+ V(HidServRevCounter, LINELIST, NULL),
V(BWHistoryReadEnds, ISOTIME, NULL),
V(BWHistoryReadInterval, UINT, "900"),