Re: [libvirt] [PATCH v3 16/34] Adapt to VIR_STRDUP and VIR_STRNDUP in src/phyp/*

2013-05-08 Thread Eric Blake
On 05/03/2013 08:53 AM, Michal Privoznik wrote: > --- > src/phyp/phyp_driver.c | 50 > ++ > 1 file changed, 10 insertions(+), 40 deletions(-) > > diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c > @@ -1141,15 +1137,9 @@ phypConnectOpen(

[libvirt] [PATCH v3 16/34] Adapt to VIR_STRDUP and VIR_STRNDUP in src/phyp/*

2013-05-03 Thread Michal Privoznik
--- src/phyp/phyp_driver.c | 50 ++ 1 file changed, 10 insertions(+), 40 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index 85eb650..7079974 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -954,12 +95