Gabriele Contini
2019-09-10 a97ebb240931704cdc28a30a47c2630cbe60b13e
src/library/base/EventRegistry.cpp
@@ -51,7 +51,7 @@
}
AuditEvent const * EventRegistry::getLastFailure() const {
   const AuditEvent* result = NULL;
   const AuditEvent* result = nullptr;
   if (logs.size() == 0) {
      return result;
   }