diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index fef16954d5..00bc8a454a 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1037,6 +1037,8 @@ routerstatus_parse_entry_from_string(const char **s, smartlist_t *tokens) rs->is_valid = 1; else if (!strcmp(tok->args[i], "V2Dir")) rs->is_v2_dir = 1; + else if (!strcmp(tok->args[i], "Guard")) + rs->is_possible_guard = 1; } } |