From: Zoran V. <vas...@us...> - 2005-10-17 11:30:42
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11744 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.216 retrieving revision 1.217 diff -C2 -d -r1.216 -r1.217 *** ChangeLog 17 Oct 2005 11:25:15 -0000 1.216 --- ChangeLog 17 Oct 2005 11:30:31 -0000 1.217 *************** *** 1,2 **** --- 1,9 ---- + 2005-10-17 Zoran Vasiljevic <vas...@us...> + + * nsdlog/nslog.c: missed initialization of logfile descriptor. + This caused us to close invalid descriptor in LogOpen. As the + result, the interactive NS mode assumed non-interactive use and + prematurely exited. + 2005-10-17 Stephen Deasey <sd...@us...> |