Re: [libvirt] [PATCH v2] conf: prevent crash with no uuid in cephx auth secret

2012-12-03 Thread Peter Krempa
On 11/29/12 17:36, Ján Tomko wrote: Also remove the pointless check for NULL in auth.cephx.secret.uuid, since this is a static array. --- src/conf/storage_conf.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c

[libvirt] [PATCH v2] conf: prevent crash with no uuid in cephx auth secret

2012-11-29 Thread Ján Tomko
Also remove the pointless check for NULL in auth.cephx.secret.uuid, since this is a static array. --- src/conf/storage_conf.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index 3fdc5b6..99c2e52 100644 ---