- Fix an off by one error when checking for the stop event. This resulted
authorjhb <jhb@FreeBSD.org>
Tue, 22 Apr 2014 15:17:32 +0000 (15:17 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 22 Apr 2014 15:17:32 +0000 (15:17 +0000)
commit5022630d02f5b911fe694cc20729470ba0fd4ba9
treec59f81394d3e1c00dcaf36382173ec1b0679b0f8
parente0eab30ea6b68b98dc68f4728bbc07d8c02fd52d
- Fix an off by one error when checking for the stop event.  This resulted
  in not showing the most recent event by default.
- When the stop even is hit, break out of the outer loop to stop fetching
  more events.

MFC after: 1 week
usr.sbin/mfiutil/mfi_evt.c