Re: [libvirt] [PATCHv1.5 20/27] conf: Add helper do clear disk source authentication struct

2013-12-02 Thread Peter Krempa
On 11/27/13 12:15, Michal Privoznik wrote: On 26.11.2013 17:49, Peter Krempa wrote: Add virDomainDiskAuthClear to help cleaning out the struct in other places too. --- src/conf/domain_conf.c | 17 ++--- src/conf/domain_conf.h | 1 + src/libvirt_private.syms | 1 + 3

Re: [libvirt] [PATCHv1.5 20/27] conf: Add helper do clear disk source authentication struct

2013-11-27 Thread Michal Privoznik
On 26.11.2013 17:49, Peter Krempa wrote: Add virDomainDiskAuthClear to help cleaning out the struct in other places too. --- src/conf/domain_conf.c | 17 ++--- src/conf/domain_conf.h | 1 + src/libvirt_private.syms | 1 + 3 files changed, 16 insertions(+), 3 deletions(-)

[libvirt] [PATCHv1.5 20/27] conf: Add helper do clear disk source authentication struct

2013-11-26 Thread Peter Krempa
Add virDomainDiskAuthClear to help cleaning out the struct in other places too. --- src/conf/domain_conf.c | 17 ++--- src/conf/domain_conf.h | 1 + src/libvirt_private.syms | 1 + 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/conf/domain_conf.c