mirror of
https://github.com/xcat2/confluent.git
synced 2026-03-26 20:23:29 +00:00
The Attributes management class was making shared shallow copies. This caused a problem when attributes class assumed it could modify the result. Correct by providing a deep copy of that node's data when it is requested.