sandbox: tolerate reloading with DirPortFrontPage set

Also, don't tolerate changing DirPortFrontPage.

Fixes bug 12028; bugfix on 0.2.5.1-alpha.
This commit is contained in:
Nick Mathewson
2014-05-20 14:58:28 -04:00
parent 465982012c
commit 268a117cdf
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (linux syscall sandbox):
- When running with DirPortFrontPage and Sandbox both enabled, reload
the DirPortFrontPage correctly when restarting. Fixes bug 12028;
bugfix on 0.2.5.1-alpha.