Avoiding a futile re-try when ending after a failed session write attempt
This commit is contained in:
@ -309,9 +309,12 @@ struct XorrisO { /* the global context of xorriso */
|
||||
loaded image. */
|
||||
|
||||
int volset_change_pending; /* whether -commit would make sense
|
||||
0= no change pending , 1= change pending
|
||||
0= no change pending
|
||||
1= change pending
|
||||
2= change pending, but -as misofs -print-size
|
||||
was performed on the changed image model
|
||||
3= change pending, but the attempt to write it
|
||||
failed
|
||||
*/
|
||||
int no_volset_present; /* set to 1 on first failure */
|
||||
|
||||
|
Reference in New Issue
Block a user