Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3719/Proxy
Modified Files:
Proxy.pm
Log Message:
Make the initialization of the api_session__ variable match what is tested in stop().
Index: Proxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** Proxy.pm 7 Apr 2005 19:54:47 -0000 1.59
--- Proxy.pm 22 May 2005 12:12:01 -0000 1.60
***************
*** 61,65 ****
# Holds an administrator session
! $self->{api_session__} = undef;
# This is the error message returned if the connection at any
--- 61,65 ----
# Holds an administrator session
! $self->{api_session__} = '';
# This is the error message returned if the connection at any
|