diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 2a3de12c35..c5a584c53f 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1985,6 +1985,7 @@ routerstatus_parse_entry_from_string(memarea_t *area, goto err; } rs->has_measured_bw = 1; + vote->has_measured_bws = 1; } } } |