mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
f0c604a9f1
Avoiding reading/writing global config, causing a data race. While at it, also guarding read/write access to cfg.Service.AllocateIP field, since when it is read/write by multiple goroutines.