Merge branch 'pr/28'

This commit is contained in:
Christian Müller 2022-10-26 09:37:13 +02:00
commit b4b8ef48ed

View file

@ -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())
} }