Commit 592ec84
committed
Fix rollback bug in SymbolicReference.set_reference
This fixes the initialization of the "ok" flag by setting it to
False before the operation that might fail is attempted.
(This is a fix for the *specific* problem reported in #1669 about
how the pattern SymbolicReference.set_reference attempts to use
with LockedFD is not correctly implemented.)1 parent a5a6464 commit 592ec84
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments