Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17405
Modified Files:
ChangeLog
Log Message:
ns_conn status <value> will now return the previous status before setting
the new status as it did before.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** ChangeLog 16 Apr 2005 15:23:57 -0000 1.47
--- ChangeLog 17 Apr 2005 08:10:05 -0000 1.48
***************
*** 1,2 ****
--- 1,8 ----
+ 2005-04-17 Zoran Vasiljevic <vas...@us...>
+
+ * nsd/conn.c: ns_conn status was wrongly returning the
+ changed status code instead of the previous value.
+ This was introduced (again) by the changes below.
+
2005-04-16 Zoran Vasiljevic <vas...@us...>
|