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=2059ad792416710584c279eb1d2de63032220339;hp=123ca0cd7acc0c3778555ff786aa843881232dd0;hb=6c12b260489687e82eaa1c6fed353dd2a40da838;hpb=bb95133fcfbd4698daa59debdbaa73a4d1e6252a diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 123ca0c..2059ad7 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -129,7 +129,7 @@ foreach my $islands (values %$arches) { fail("unknown island ".errsan($o{'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");