Merge branch 'pr/28'
This commit is contained in:
commit
b4b8ef48ed
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ func (nm *networkManager) CheckpointCreate(devices []Device, rollbackTimeout uin
|
||||||
|
|
||||||
var devicePaths []dbus.ObjectPath
|
var devicePaths []dbus.ObjectPath
|
||||||
if len(devices) > 0 {
|
if len(devices) > 0 {
|
||||||
var devicePaths []dbus.ObjectPath
|
|
||||||
for _, device := range devices {
|
for _, device := range devices {
|
||||||
devicePaths = append(devicePaths, device.GetPath())
|
devicePaths = append(devicePaths, device.GetPath())
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue