mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
lib/ur: Properly initialize map in failure data (fixes #8479)
This commit is contained in:
parent
c06a169f5f
commit
c7b4fd5784
@ -54,6 +54,7 @@ func FailureDataWithGoroutines(description string) FailureData {
|
||||
return FailureData{
|
||||
Description: description,
|
||||
Goroutines: buf.String(),
|
||||
Extra: make(map[string]string),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user