Gabriele Contini
2019-09-07 c536a979f5a213188ac54f5669ddf4b4ff48c218
src/library/license++.cpp
@@ -23,7 +23,7 @@
static void mergeLicenses(vector<license::FullLicenseInfo> licenses,
      LicenseInfo* license) {
   if (license != NULL) {
   if (license != nullptr) {
      time_t curLicense_exp = 0;
      for (auto it = licenses.begin(); it != licenses.end(); it++) {
         //choose the license that expires later...
@@ -68,7 +68,7 @@
   } else {
      result = er.getLastFailure()->event_type;
   }
   if (license != NULL) {
   if (license != nullptr) {
      er.exportLastEvents(license->status, 5);
   }
   return result;