mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-21 18:50:30 +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.