bug 12379: Remove reset of physical network ID

status 12379: resolved fixed
This commit is contained in:
Sheng Yang 2011-12-06 15:35:39 -08:00
parent e89c8725ed
commit 1b11b97707
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ public class GuestNetworkGuru extends AdapterBase implements NetworkGuru {
EventUtils.saveEvent(UserContext.current().getCallerUserId(), profile.getAccountId(), EventVO.LEVEL_INFO, EventTypes.EVENT_ZONE_VLAN_RELEASE, "Released Zone Vlan: "
+profile.getBroadcastUri().getHost()+" for Network: "+profile.getId(), 0);
profile.setBroadcastUri(null);
profile.setPhysicalNetworkId(null);
}
}