X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=0ae5ba8a8560a025b452c596ec9bad9be9458c06;hp=e03a91828424c7da947aeb3af599402d59e4e005;hb=c3cd512ee65b5ca56bd4f07e34df193a0beeb5ce;hpb=09497e38b500d53dba31c08cb0da5cbab5e65b8a 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");