Re: [libvirt] [PATCH] Fix yet another printf("%s", NULL) case

2009-01-30 Thread Daniel P. Berrange
On Thu, Jan 29, 2009 at 06:34:51PM -0800, john.le...@sun.com wrote: > # HG changeset patch > # User john.le...@sun.com > # Date 1233282885 28800 > # Node ID 6ee939f57a02bf9d332f094e07180e0149e85924 > # Parent c60439e564f90b579c07f6349f8f0810a5da1032 > Fix yet another printf("%s", NULL) case > > S

[libvirt] [PATCH] Fix yet another printf("%s", NULL) case

2009-01-29 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1233282885 28800 # Node ID 6ee939f57a02bf9d332f094e07180e0149e85924 # Parent c60439e564f90b579c07f6349f8f0810a5da1032 Fix yet another printf("%s", NULL) case Signed-off-by: John Levon diff --git a/src/libvirt.c b/src/libvirt.c --- a/src/libv