Re: [libvirt] [PATCH v3 01/10] conf: No need to check for usage fields during Format

2016-06-24 Thread Ján Tomko
On Fri, Jun 24, 2016 at 04:53:30PM -0400, John Ferlan wrote: Since the virSecretDefParseUsage ensures each of the fields is present, no need to check during virSecretDefFormatUsage Additionally, virBufferEscapeString is a no-op with a NULL argument. Signed-off-by: John Ferlan

[libvirt] [PATCH v3 01/10] conf: No need to check for usage fields during Format

2016-06-24 Thread John Ferlan
Since the virSecretDefParseUsage ensures each of the fields is present, no need to check during virSecretDefFormatUsage Signed-off-by: John Ferlan --- src/conf/secret_conf.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git