smiklosovic commented on a change in pull request #1051:
URL: https://github.com/apache/cassandra/pull/1051#discussion_r678280979



##########
File path: src/java/org/apache/cassandra/config/DatabaseDescriptor.java
##########
@@ -3139,7 +3149,7 @@ public static AuditLogOptions getAuditLoggingOptions()
 
     public static void setAuditLoggingOptions(AuditLogOptions 
auditLoggingOptions)
     {
-        conf.audit_logging_options = auditLoggingOptions;
+        conf.audit_logging_options = new 
AuditLogOptions.Builder(auditLoggingOptions).build();

Review comment:
       thanks, fixed locally, will push it sometimes




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to