BUG-5280: fix InversibleLock race
[controller.git] / opendaylight / md-sal / cds-access-client / src / main / java / org / opendaylight / controller / cluster / access / client / InversibleLock.java
index ea4e5817dd807fc0680db7207030f12cd3be3229..08bc05346b65d1ce53faa7d3e64e8f38fc6a5359 100644 (file)
@@ -45,7 +45,7 @@ public final class InversibleLock {
             // and force release of locks.
             final CountDownLatch local = latch;
             if (local != null) {
-                throw new InversibleLockException(latch);
+                throw new InversibleLockException(local);
             }
 
             // No latch present: retry optimistic lock