Procházet zdrojové kódy

bugfix: only try to use the EntryNodes config option if it is set.

svn:r5701
Roger Dingledine před 19 roky
rodič
revize
358052416d
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      src/or/config.c

+ 3 - 2
src/or/config.c

@@ -704,8 +704,9 @@ options_act(or_options_t *old_options)
   }
 
   /* Check if we need to parse and add the EntryNodes config option. */
-  if (!old_options ||
-      !opt_streq(old_options->EntryNodes, options->EntryNodes))
+  if (options->EntryNodes &&
+      (!old_options ||
+       !opt_streq(old_options->EntryNodes, options->EntryNodes)))
     entry_nodes_should_be_added();
 
   /* Since our options changed, we might need to regenerate and upload our