From: Ian Jackson Date: Thu, 5 Nov 2009 16:31:21 +0000 (+0000) Subject: Merge branch 'dict-test' into stable-5.x X-Git-Tag: 5.6~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;h=9f2bf0795621de264cea63060079704dfd9d5a0b;hp=f04037c4c0e6680c6b54aa7b367d0a53c70f64f1;p=ypp-sc-tools.db-test.git Merge branch 'dict-test' into stable-5.x --- diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index e03a918..0ae5ba8 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -129,7 +129,7 @@ foreach my $islands (values %$arches) { fail("unknown island") unless $island_found; $o{'timestamp'}= must_param('timestamp', "^([1-9]\\d{1,20})\$"); -fail("clock skew") if $o{'timestamp'} >= $now; +fail("clock skew") if $o{'timestamp'} > $now; my $indatafh= upload('data'); defined $indatafh or fail("data is not a file");