From: Stephen D. <sd...@us...> - 2005-12-11 08:20:16
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4575/nsd Modified Files: tclvar.c Log Message: Untabify and reformat. Index: tclvar.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/tclvar.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tclvar.c 12 Jun 2005 14:42:44 -0000 1.3 --- tclvar.c 11 Dec 2005 08:20:08 -0000 1.4 *************** *** 31,35 **** * tclvar.c -- * ! * Support for the old ns_var and new nsv_* commands. */ --- 31,35 ---- * tclvar.c -- * ! * Support for the old ns_var and new nsv_* commands. */ [...1343 lines suppressed...] case VListIdx: *************** *** 840,846 **** hPtr = Tcl_NextHashEntry(&search); } ! break; } Ns_MutexUnlock(&servPtr->var.lock); return code; } --- 853,860 ---- hPtr = Tcl_NextHashEntry(&search); } ! break; } Ns_MutexUnlock(&servPtr->var.lock); + return code; } |