statefile good fix...
This commit is contained in:
parent
881952b68a
commit
f7f52ae3d2
|
@ -99,7 +99,7 @@ sub read {
|
|||
my ($self, %options) = @_;
|
||||
$self->{statefile_dir} = defined($options{statefile_dir}) ? $options{statefile_dir} : $self->{statefile_dir};
|
||||
$self->{statefile} = defined($options{statefile}) ? $options{statefile} . $self->{statefile_suffix} :
|
||||
$self->{statefile} . $self->{statefile_suffix};
|
||||
$self->{statefile};
|
||||
|
||||
if (defined($self->{memcached})) {
|
||||
# if "SUCCESS" or "NOT FOUND" is ok. Other with use the file
|
||||
|
|
Loading…
Reference in New Issue