소스 검색

Oops. directory_set_dirty() needs to mark networkstatus as dirty too.

svn:r5066
Nick Mathewson 20 년 전
부모
커밋
bc0af7046a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/dirserv.c

+ 2 - 0
src/or/dirserv.c

@@ -452,6 +452,8 @@ directory_set_dirty()
     the_directory_is_dirty = now;
   if (!runningrouters_is_dirty)
     runningrouters_is_dirty = now;
+  if (!the_v2_networkstatus_is_dirty)
+    the_v2_networkstatus_is_dirty = now;
 }
 
 /**