Skip to content

Commit

Permalink
Merge pull request kubernetes#17654 from mesosphere/sttts-offer-leak-…
Browse files Browse the repository at this point in the history
…on-not-compat

Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Nov 23, 2015
2 parents 1f79b4f + bf532e5 commit aff9f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mesos/pkg/offers/offers.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (s *offerStorage) Add(offers []*mesos.Offer) {
offerId := offer.Id.GetValue()
log.V(3).Infof("Declining incompatible offer %v", offerId)
s.declineOffer(offerId, offer.GetHostname(), metrics.OfferCompat)
return
continue
}
timed := &liveOffer{
Offer: offer,
Expand Down

0 comments on commit aff9f6e

Please sign in to comment.