Re: [libvirt] [PATCH 3/7] Add debug for envp[] in virExecWithHook()

2009-10-08 Thread Daniel Veillard
On Sun, Oct 04, 2009 at 03:28:54PM -0400, Amy Griffis wrote: Some callers may have set envp[]. --- Trivial, makes sense, ACK ! pushed :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ dan...@veillard.com | Rpmfind RPM search engine

Re: [libvirt] [PATCH 3/7] Add debug for envp[] in virExecWithHook()

2009-10-05 Thread Daniel P. Berrange
On Sun, Oct 04, 2009 at 03:28:54PM -0400, Amy Griffis wrote: Some callers may have set envp[]. --- src/util/util.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/util/util.c b/src/util/util.c index 81b743c..e5135fc 100644 --- a/src/util/util.c

[libvirt] [PATCH 3/7] Add debug for envp[] in virExecWithHook()

2009-10-04 Thread Amy Griffis
Some callers may have set envp[]. --- src/util/util.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/util/util.c b/src/util/util.c index 81b743c..e5135fc 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -601,12 +601,23 @@