[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Fix device reset bluescreen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Rus committed Aug 11, 2015
1 parent eb4b1f4 commit e293cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vioscsi/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ENTER_FN();
return TRUE;
}
ASSERT(adaptExt->tmf_infly == FALSE);

Srb->SrbExtension = srbExt;
memset((PVOID)cmd, 0, sizeof(VirtIOSCSICmd));
cmd->sc = Srb;
cmd->req.tmf.lun[0] = 1;
Expand Down

0 comments on commit e293cab

Please sign in to comment.