Skip to content

Commit

Permalink
plugins/dhcp: update to new go-systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed May 28, 2018
1 parent 50d626f commit 475fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ipam/dhcp/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 475fdb8

Please sign in to comment.