Lee Duncan
unread,Mar 22, 2013, 6:43:28 PM3/22/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ronnies...@gmail.com, libi...@googlegroups.com, Lee Duncan
---
test-tool/iscsi-support.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test-tool/iscsi-support.c b/test-tool/iscsi-support.c
index 1c091a2..7bf3aa6 100644
--- a/test-tool/iscsi-support.c
+++ b/test-tool/iscsi-support.c
@@ -683,9 +683,7 @@ prout_reregister_key_fails(struct iscsi_context *iscsi, int lun,
poc.service_action_reservation_key = sark;
task = iscsi_persistent_reserve_out_sync(iscsi, lun,
SCSI_PERSISTENT_RESERVE_REGISTER,
- SCSI_PERSISTENT_RESERVE_SCOPE_LU,
- SCSI_PERSISTENT_RESERVE_TYPE_WRITE_EXCLUSIVE,
- &poc);
+ SCSI_PERSISTENT_RESERVE_SCOPE_LU, 0, &poc);
if (task == NULL) {
logging(LOG_NORMAL,
"[FAILED] Failed to send PROUT command: %s",
--
1.7.10.4