From 2e5e1c4479f350077245d74a9c82c08590554a22 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Sep 2009 01:04:29 +0100 Subject: [PATCH] Use parse_info_serverside_ocean in commod-update-receiver --- yarrg/commod-update-receiver | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 9684c69..d01b6de 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -110,6 +110,8 @@ $o{'island'}= must_param('island', $re_any); my $arches= $oceans{$o{'ocean'}}; fail("unknown ocean") unless $arches; +parse_info_serverside_ocean($o{'ocean'}); + my $island_found= 0; foreach my $islands (values %$arches) { my $sources= $islands->{$o{'island'}}; -- 2.30.2