Re: [libvirt] [libvirt-snmp][PATCH v2] Remove the hard coded connection URI.

2011-02-10 Thread Daniel Veillard
On Thu, Feb 10, 2011 at 10:20:04AM +, Daniel P. Berrange wrote: > On Thu, Feb 10, 2011 at 10:02:35AM +0100, Michal Privoznik wrote: > > So now we rely on libvirt LIBVIRT_DEFAULT_URI environment variable. > > --- > > src/libvirtSnmp.c |3 ++- > > 1 files changed, 2 insertions(+), 1 deletion

Re: [libvirt] [libvirt-snmp][PATCH v2] Remove the hard coded connection URI.

2011-02-10 Thread Daniel P. Berrange
On Thu, Feb 10, 2011 at 10:02:35AM +0100, Michal Privoznik wrote: > So now we rely on libvirt LIBVIRT_DEFAULT_URI environment variable. > --- > src/libvirtSnmp.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/src/libvirtSnmp.c b/src/libvirtSnmp.c > index ce21369..

[libvirt] [libvirt-snmp][PATCH v2] Remove the hard coded connection URI.

2011-02-10 Thread Michal Privoznik
So now we rely on libvirt LIBVIRT_DEFAULT_URI environment variable. --- src/libvirtSnmp.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/libvirtSnmp.c b/src/libvirtSnmp.c index ce21369..39b74bd 100644 --- a/src/libvirtSnmp.c +++ b/src/libvirtSnmp.c @@ -180,7 +180,8