Browse Source

Add EntryGuardPathUseBias to state file keyword list.

Mike Perry 11 years ago
parent
commit
fed7f01377
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/statefile.c

+ 1 - 0
src/or/statefile.c

@@ -52,6 +52,7 @@ static config_var_t state_vars_[] = {
   VAR("EntryGuardUnlistedSince", LINELIST_S,  EntryGuards,             NULL),
   VAR("EntryGuardAddedBy",       LINELIST_S,  EntryGuards,             NULL),
   VAR("EntryGuardPathBias",      LINELIST_S,  EntryGuards,             NULL),
+  VAR("EntryGuardPathUseBias",   LINELIST_S,  EntryGuards,             NULL),
   V(EntryGuards,                 LINELIST_V,  NULL),
 
   VAR("TransportProxy",               LINELIST_S, TransportProxies, NULL),