mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-05 21:31:38 +00:00
Merge pull request #524 from endocode/alban/netns-error
net: fix error management
This commit is contained in:
@@ -89,10 +89,6 @@ func Setup(rktRoot string, contID types.UUID) (*Networking, error) {
|
||||
}
|
||||
n.contNSPath = filepath.Join(contNSPath, "net")
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error loading plugin definitions: %v", err)
|
||||
}
|
||||
|
||||
nets, err := n.loadNets()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error loading network definitions: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user