Re: [libvirt] [PATCH 8/9] conf: secret: Register VIR_AUTOPTR function for virSecretDef

2019-09-18 Thread Jiri Denemark
On Mon, Sep 16, 2019 at 14:17:11 +0200, Peter Krempa wrote: > Signed-off-by: Peter Krempa > --- > src/conf/secret_conf.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/conf/secret_conf.h b/src/conf/secret_conf.h > index de1c28e187..7cfcfc8a60 100644 > ---

[libvirt] [PATCH 8/9] conf: secret: Register VIR_AUTOPTR function for virSecretDef

2019-09-16 Thread Peter Krempa
Signed-off-by: Peter Krempa --- src/conf/secret_conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf/secret_conf.h b/src/conf/secret_conf.h index de1c28e187..7cfcfc8a60 100644 --- a/src/conf/secret_conf.h +++ b/src/conf/secret_conf.h @@ -35,6 +35,8 @@ struct _virSecretDef { };