mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
8612764974
In a read-modify-write where the client removes a provider from the providers map but sends the full object (including the goose_provider field from the read), set_active_provider would re-create the deleted entry. Now checks whether the provider exists in the new map before calling set_active_provider; clears both active_provider and GOOSE_PROVIDER if it was removed. Signed-off-by: Will Pfleger <wpfleger@block.xyz>