mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-11 17:04:19 +00:00
5410b394f2
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.