Skip to content

Commit 626ca68

Browse files
Update server/src/main/java/com/cloud/network/NetworkServiceImpl.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 92b08e9 commit 626ca68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/com/cloud/network/NetworkServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,6 @@ public boolean restartNetwork(RestartNetworkCmd cmd) throws ConcurrentOperationE
29922992
User callerUser = _accountMgr.getActiveUser(CallContext.current().getCallingUserId());
29932993
if (makeRedundant && !_accountMgr.isRootAdmin(callerUser.getAccountId()) && !AllowUsersToMakeNetworksRedundant.value() ) {
29942994
throw new InvalidParameterValueException("Could not make the network redundant. Please contact administrator.");
2995-
AllowUsersToMakeNetworksRedundant.key()));
29962995
}
29972996

29982997
boolean livePatch = cmd.getLivePatch();

0 commit comments

Comments
 (0)