aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_pt_win32.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-05-03 14:37:03 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-05-03 14:37:03 +0000
commit3f4239ed15527fd13af31801fe831f05b673703b (patch)
tree9cde7d4883d113e61987dcead7a8a53aa4fe315d /lib/sg_pt_win32.c
parentb2d08c24d50a7b1ff3b30f6a5c34cb4e5a155326 (diff)
downloadsg3_utils-3f4239ed15527fd13af31801fe831f05b673703b.tar.gz
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
Diffstat (limited to 'lib/sg_pt_win32.c')
-rw-r--r--lib/sg_pt_win32.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
@@ -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__);