From: <sta...@us...> - 2003-02-21 21:52:04
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv32534 Modified Files: HTML.pm Log Message: patching sync error in line 169 fixed Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** HTML.pm 21 Feb 2003 20:14:49 -0000 1.78 --- HTML.pm 21 Feb 2003 21:52:00 -0000 1.79 *************** *** 166,170 **** LocalPort => $self->{configuration}->{configuration}{ui_port}, Listen => SOMAXCONN, - Reuse => 1 ) or return 0; Reuse => 1 ); --- 166,169 ---- |