[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Oops. directory_set_dirty() needs to mark networkstatus as...



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv4669/src/or

Modified Files:
	dirserv.c 
Log Message:
Oops.  directory_set_dirty() needs to mark networkstatus as dirty too.

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- dirserv.c	14 Sep 2005 20:59:25 -0000	1.228
+++ dirserv.c	14 Sep 2005 23:14:37 -0000	1.229
@@ -452,6 +452,8 @@
     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;
 }
 
 /**