X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fdebbugs-loadsql;h=f343c97eac9fde3ad8c43a63279967b0780e6e49;hb=843f99899246e5de77be737c59dd336fb6783948;hp=9597447aaf0997c8e01efbd0ee2848fbce462d41;hpb=781dc48724abfa2c0cc554f4ba34d8e6c3765f99;p=debbugs.git diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index 9597447..f343c97 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -563,7 +563,7 @@ sub add_logs { if ($options{quick}) { my $rs = $s->resultset('Bug')-> search({id=>$bug})->single(); - next if defined $rs and + return if defined $rs and $stat->mtime <= $rs->last_modified()->epoch(); } eval {