소스 검색

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

svn:r5701
Roger Dingledine 19 년 전
부모
커밋
358052416d
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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