mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
14.53.2011 235fd3e7ccce3fd9195b2ff4fb0b67e4fcd32db2
opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java
@@ -258,7 +258,8 @@
      FileBasedAuditLogPublisherCfg configuration,
      List<Message> unacceptableReasons)
  {
    return isConfigurationChangeAcceptable(configuration, unacceptableReasons);
    return isFilterConfigurationAcceptable(configuration, unacceptableReasons)
        && isConfigurationChangeAcceptable(configuration, unacceptableReasons);
  }