Re: [libvirt] [PATCH 5/6] leaseshelper: split out virLeaseNewFromArgv

2016-01-19 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 10:54:04AM +0100, Ján Tomko wrote: > For the actions ADD and OLD, split out creating the new lease object, > along with processing all the program args and environment variables > that are only needed in this case. > --- > src/network/leaseshelper.c | 156 >

[libvirt] [PATCH 5/6] leaseshelper: split out virLeaseNewFromArgv

2016-01-19 Thread Ján Tomko
For the actions ADD and OLD, split out creating the new lease object, along with processing all the program args and environment variables that are only needed in this case. --- src/network/leaseshelper.c | 156 ++--- 1 file changed, 91 insertions(+), 65