plugins/dhcp: update to new go-systemd
This commit is contained in:
parent
50d626fe02
commit
475fdb8a0a
@ -128,7 +128,7 @@ func (d *DHCP) clearLease(contID, netName string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getListener() (net.Listener, error) {
|
func getListener() (net.Listener, error) {
|
||||||
l, err := activation.Listeners(true)
|
l, err := activation.Listeners()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user