Skip to content

Commit

Permalink
Merge pull request #714 from fanf/bug_5961/generating_policies_failed…
Browse files Browse the repository at this point in the history
…_with_key_not_found_licensespaid

Fixes #5961: Generating policies failed with "key not found: LICENSESPAID"
  • Loading branch information
ncharles committed Dec 9, 2014
2 parents b7176d1 + 3f6dcd9 commit 345f959
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -246,8 +246,6 @@ class SystemVariableServiceImpl(
"1"
}

val varLicensesPaid = systemVariableSpecService.get("LICENSESPAID").toVariable().copyWithSavedValue(varLicensesPaidValue)

val authorizedNetworks = policyServerManagementService.getAuthorizedNetworks(nodeInfo.id) match {
case eb:EmptyBox =>
//log ?
Expand Down

0 comments on commit 345f959

Please sign in to comment.