mirror of
https://github.com/rancher/os.git
synced 2025-09-04 00:04:25 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/vishvananda/netlink/xfrm_state_linux.go
generated
vendored
2
vendor/github.com/vishvananda/netlink/xfrm_state_linux.go
generated
vendored
@@ -118,7 +118,7 @@ func XfrmStateList(family int) ([]XfrmState, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
res := make([]XfrmState, 0)
|
||||
var res []XfrmState
|
||||
for _, m := range msgs {
|
||||
msg := nl.DeserializeXfrmUsersaInfo(m)
|
||||
|
||||
|
Reference in New Issue
Block a user