Re: [libvirt] [PATCH] NSS: Add explicit check to not report expired lease

2016-09-30 Thread Michal Privoznik
On 28.09.2016 21:38, Nehal J Wani wrote: > The NSS module shouldn't rely on custom leases database to not have > entries for leases which have expired. > --- > tools/nss/libvirt_nss.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/tools/nss/libvirt_nss.c b/tools/nss/lib

[libvirt] [PATCH] NSS: Add explicit check to not report expired lease

2016-09-28 Thread Nehal J Wani
The NSS module shouldn't rely on custom leases database to not have entries for leases which have expired. --- tools/nss/libvirt_nss.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tools/nss/libvirt_nss.c b/tools/nss/libvirt_nss.c index 54c4a2a..57ba473 100644 --- a/tools/ns