Explorar o código

Add EntryGuardPathUseBias to state file keyword list.

Mike Perry %!s(int64=11) %!d(string=hai) anos
pai
achega
fed7f01377
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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),