From: Paul L. <pdo...@us...> - 2005-11-22 20:55:15
|
Update of /cvsroot/serverfilters/serversidefilter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30463 Modified Files: TODO Log Message: Remember to create better debugging for missing LDAP or MySQL conf files Index: TODO =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 21 Jul 2005 09:52:20 -0000 1.3 --- TODO 22 Nov 2005 20:55:04 -0000 1.4 *************** *** 1,3 **** --- 1,7 ---- + missing /etc/serversidefilter_mysql.conf file (or whatever) causes segfault. + need to put a check for the existence of that file in the code somewhere so + that is easier to debug instead of stracing the executable + integrate other people's fixes and stuff (solaris? freebsd?, etc) |