summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-06 18:56:51 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-06 18:56:51 +0200
commit4096cacfa92c1801e746c50337156b9acf32303c (patch)
treed90cb6ec43f412a8d1cbb9310c8c395fd630651e /TODO
parent06658a97b8ef0ad82171aa8ae13a03fdfd7302c7 (diff)
downloadeurephia-4096cacfa92c1801e746c50337156b9acf32303c.tar.gz
eurephia-4096cacfa92c1801e746c50337156b9acf32303c.tar.xz
eurephia-4096cacfa92c1801e746c50337156b9acf32303c.zip
BUGFIX: Fixed core dump when shuting down openvpn. Tried to write log data to closed log file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index ea88515..1b45184 100644
--- a/TODO
+++ b/TODO
@@ -13,8 +13,6 @@
- Needs probably to be an own thread with root permission and a
socket to send ADD/DELETE commands
-* Fix core dump when openvpn process closes eDBdriver
-
* Write admin program
- Add / Delete / Modify users
- Add / Delete / Modify certificates (by loading the certfile)
@@ -39,6 +37,8 @@
* BUGFIX: Core dumps when log file cannot be created (DONE)
+* Fix core dump when openvpn process closes eDBdriver (DONE)
+
* Write eurephia main module - phase 1 (DONE)
- replaces sqlite-auth.so (DONE)
- utilising eurephiaDB database driver (DONE)