Re: [libvirt] [PATCH 4/6] leaseshelper: remove useless comparison

2016-01-19 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 10:54:03AM +0100, Ján Tomko wrote: > We do not care if the mac was specified in the delete section, > we are going to delete the record anyway. > > Also move the comment about adding ipv6 leases to the ADD case. NB best practice is to use separate commits for separate

[libvirt] [PATCH 4/6] leaseshelper: remove useless comparison

2016-01-19 Thread Ján Tomko
We do not care if the mac was specified in the delete section, we are going to delete the record anyway. Also move the comment about adding ipv6 leases to the ADD case. --- src/network/leaseshelper.c | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) diff