In safte_match(), return 0 on SCSI errors, not an errno value. Fixes
authormatthew <matthew@openbsd.org>
Thu, 22 Jul 2010 04:59:31 +0000 (04:59 +0000)
committermatthew <matthew@openbsd.org>
Thu, 22 Jul 2010 04:59:31 +0000 (04:59 +0000)
commit129b090604bd57ffab01b9fd59efa9f59128c2d4
treec8fd84453925184815e5d72b18bb4587ddfd81e0
parent85825cfec361c02ae9aecb58ceb74adcb29bb2ed
In safte_match(), return 0 on SCSI errors, not an errno value.  Fixes
regression from scsi_scsi_cmd() removal.

ok dlg@
sys/scsi/safte.c