diff options
author | 2019-05-23 21:02:30 +0100 | |
---|---|---|
committer | 2019-05-23 21:02:30 +0100 | |
commit | a84413bd07fddefdf967d244aa4fafad24923737 (patch) | |
tree | 0686abdf979c0507173e933a6b03b35bf68a7ee6 /test | |
parent | 118b0c940890161d185b64497605a7ef84c38a0a (diff) | |
download | coredns-a84413bd07fddefdf967d244aa4fafad24923737.tar.gz coredns-a84413bd07fddefdf967d244aa4fafad24923737.tar.zst coredns-a84413bd07fddefdf967d244aa4fafad24923737.zip |
pkg/log: fix data race on d (#2698)
* pkg/log: fix data race on d
Wrap d in a mutex to prevent data race. This makes is slower, but this
is a debugging aid anyway. It's not used normally.
Signed-off-by: Miek Gieben <miek@miek.nl>
* Fix tests compilation
Signed-off-by: Miek Gieben <miek@miek.nl>
* Fix test compile
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions