From: <ssc...@us...> - 2003-03-18 02:26:46
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv15847 Modified Files: Proxy.pm Log Message: backout unintended change in last commit (made echo_to_dot verbose -- woops) Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Proxy.pm 18 Mar 2003 02:24:26 -0000 1.7 --- Proxy.pm 18 Mar 2003 02:26:41 -0000 1.8 *************** *** 339,344 **** last if ( $self->{alive_} == 0 ); ! #print $client $_; ! $self->tee_($client, $_); # The termination has to be a single line with exactly a dot on it and nothing --- 339,344 ---- last if ( $self->{alive_} == 0 ); ! print $client $_; ! #$self->tee_($client, $_); # The termination has to be a single line with exactly a dot on it and nothing |