diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-04-24 12:01:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-04-24 12:01:04 +0000 |
commit | c81ff6b6a0c58e927c61d59b03f142f400e31ef4 (patch) | |
tree | 4a192315cc2b34c490f172d29e56e59b3c3bb5d8 /Echolot/Chain.pm | |
parent | cba4fede6001197482b3d6c79dd698aae4232339 (diff) |
Remove get_remailers since get_addresses does almost the same.
Make sure we do not create empty key hashes in metadata.
Diffstat (limited to 'Echolot/Chain.pm')
-rw-r--r-- | Echolot/Chain.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Echolot/Chain.pm b/Echolot/Chain.pm index 5bff365..5a1ee35 100644 --- a/Echolot/Chain.pm +++ b/Echolot/Chain.pm @@ -128,7 +128,7 @@ sub send_pings($;$$) { my $this_call_id_ic = $timemod_ic % $send_every_n_calls_ic; my $session_id_ic = int ($scheduled_for / ($call_intervall * $send_every_n_calls_ic)); - my @remailers = Echolot::Globals::get()->{'storage'}->get_remailers(); + my @remailers = Echolot::Globals::get()->{'storage'}->get_addresses(); for my $chaintype (keys %{Echolot::Config::get()->{'which_chainpings'}}) { my @thisrems; |