don't duplicate request.

This commit is contained in:
Bradley M. Kuhn 2016-10-20 11:18:59 -07:00
parent 8fe8af4336
commit 57275ec6bf

View file

@ -52,6 +52,7 @@ foreach my $id (sort keys %idsSent) {
$request = undef;
}
}
last if defined $request;
}
if (not defined $request) {
my $out = "WARNING: We seem to have sent $id an $idsSent{$id} t-shirt that $id didn't request! Ignoring that and contuining...\n";