diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemViewSubSystemAdapter.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemViewSubSystemAdapter.java index af4140726c4..658061f4308 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemViewSubSystemAdapter.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemViewSubSystemAdapter.java @@ -511,7 +511,8 @@ public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter } int portInt = portInteger.intValue(); ISubSystemConfiguration ssFactory = subsys.getSubSystemConfiguration(); - ssFactory.updateSubSystem(subsys, false, subsys.getLocalUserId(), true, portInt); + ssFactory.updateSubSystem(subsys, false, subsys.getLocalUserId(), true, portInt); + subsys.commit(); }