Skip to content

Commit

Permalink
Fixing pre-mature expiration of subscription licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Feb 28, 2012
1 parent 0055424 commit 80bf2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Raven.Database/Commercial/ValidateLicense.cs
Expand Up @@ -53,6 +53,7 @@ public void Execute(DocumentDatabase database)
licenseValidator = new StringLicenseValidator(publicKey, licenseText)
{
DisableFloatingLicenses = true,
SubscriptionEndpoint = "http://uberprof.com/Subscriptions.svc"
};
licenseValidator.LicenseInvalidated+=LicenseValidatorOnLicenseInvalidated;
licenseValidator.MultipleLicensesWereDiscovered += LicenseValidatorOnMultipleLicensesWereDiscovered;
Expand Down

0 comments on commit 80bf2aa

Please sign in to comment.