Skip to content

Commit

Permalink
lib/ur: Properly initialize map in failure data (fixes syncthing#8479) (
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh authored Aug 3, 2022
1 parent 5c69761 commit cc54488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ur/failurereporting.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func FailureDataWithGoroutines(description string) FailureData {
return FailureData{
Description: description,
Goroutines: buf.String(),
Extra: make(map[string]string),
}
}

Expand Down

0 comments on commit cc54488

Please sign in to comment.