Skip to content

Commit

Permalink
fixing Copy() for wildfire security profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Jan 29, 2021
1 parent 62b8e35 commit 04da495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objs/profile/security/wildfire/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (o *Entry) Copy(s Entry) {
item.FileTypes = make([]string, len(x.FileTypes))
copy(item.FileTypes, x.FileTypes)
}
o.Rules = append(o.Rules, item)
}
}
}
Expand Down

0 comments on commit 04da495

Please sign in to comment.