|
From: <ssc...@us...> - 2003-03-18 00:18:12
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv31044
Modified Files:
Proxy.pm
Log Message:
fix bug in last revision
Index: Proxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Proxy.pm 18 Mar 2003 00:03:23 -0000 1.5
--- Proxy.pm 18 Mar 2003 00:18:07 -0000 1.6
***************
*** 402,408 ****
sub get_response_
{
! my ( $self, $mail, $client, $command, $error, $use_timeout ) = @_;
! $null_resp = 0 if (!defined $use_timeout);
unless ( $mail ) {
--- 402,408 ----
sub get_response_
{
! my ( $self, $mail, $client, $command, $error, $null_resp ) = @_;
! $null_resp = 0 if (!defined $null_resp);
unless ( $mail ) {
|