Committed by
Gerrit Code Review
label subsystem bugfix
Change-Id: Ic18c2d5a95e318e7624f2aad66528e5c97144ec5
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -486,7 +486,7 @@ public class DistributedLabelResourceStore | ... | @@ -486,7 +486,7 @@ public class DistributedLabelResourceStore |
486 | set.add(resource); | 486 | set.add(resource); |
487 | } | 487 | } |
488 | LabelResourceRequest request = new LabelResourceRequest(DeviceId.deviceId(GLOBAL_RESOURCE_POOL_DEVICE_ID), | 488 | LabelResourceRequest request = new LabelResourceRequest(DeviceId.deviceId(GLOBAL_RESOURCE_POOL_DEVICE_ID), |
489 | - LabelResourceRequest.Type.APPLY, | 489 | + LabelResourceRequest.Type.RELEASE, |
490 | 0, | 490 | 0, |
491 | ImmutableSet.copyOf(set)); | 491 | ImmutableSet.copyOf(set)); |
492 | return this.internalRelease(request); | 492 | return this.internalRelease(request); | ... | ... |
-
Please register or login to post a comment