From 3f4239ed15527fd13af31801fe831f05b673703b Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Mon, 3 May 2021 14:37:03 +0000 Subject: bump sg_pt library version number; doco tweaks git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@899 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_pt_win32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sg_pt_win32.c') diff --git a/lib/sg_pt_win32.c b/lib/sg_pt_win32.c index 4ed4a0ad..62a69309 100644 --- a/lib/sg_pt_win32.c +++ b/lib/sg_pt_win32.c @@ -7,7 +7,7 @@ * SPDX-License-Identifier: BSD-2-Clause */ -/* sg_pt_win32 version 1.33 20210103 */ +/* sg_pt_win32 version 1.34 20210503 */ #include #include @@ -1135,6 +1135,7 @@ scsi_pt_indirect(struct sg_pt_base * vp, struct sg_pt_handle * shp, DWORD returned; struct sg_pt_win32_scsi * psp = vp->implp; + psp->os_err = 0; if (0 == psp->swb_i.spt.CdbLength) { if (vb) pr2ws("%s: No command (cdb) given\n", __func__); -- cgit v1.2.3