You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kura/org.eclipse.kura.container.provider/src/main/java/org/eclipse/kura/container/provider/ContainerInstance.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,7 @@ public State onConfigurationUpdated(ContainerInstanceOptions newOptions) {
424
424
returnthis;
425
425
}
426
426
427
+
cleanupTemporaryIdentity();
427
428
this.startupFuture.cancel(true);
428
429
429
430
if (newOptions.isEnabled()) {
@@ -440,6 +441,7 @@ public State onContainerReady(final String containerId) {
0 commit comments