plugins/dhcp: update to new go-systemd

This commit is contained in:
Luca Bruno 2018-05-28 12:35:04 +00:00
parent 50d626fe02
commit 475fdb8a0a
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

View File

@ -128,7 +128,7 @@ func (d *DHCP) clearLease(contID, netName string) {
}
func getListener() (net.Listener, error) {
l, err := activation.Listeners(true)
l, err := activation.Listeners()
if err != nil {
return nil, err
}