Update of /cvsroot/netadm/gwc/gwclib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23849/gwclib
Modified Files:
confproc.c
Log Message:
FIX:
fix deleting error.
redefine object size of QoS, flow control policy.
etc
Index: confproc.c
===================================================================
RCS file: /cvsroot/netadm/gwc/gwclib/confproc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** confproc.c 30 Jan 2006 17:41:28 -0000 1.1.1.1
--- confproc.c 9 Feb 2006 17:54:06 -0000 1.2
***************
*** 2243,2247 ****
if (fr->ret != RET_OK)
return;
! #if 1 /* 2005. 11. 30 AM: 2, i can't understand why i define the code as #if 0
11. 12 */
/* remove from module */
--- 2243,2247 ----
if (fr->ret != RET_OK)
return;
! #if 1 /* 2005. 11. 30 AM: 2, i can't understand why i define the code as #if 0
11. 12 */
/* remove from module */
|