[libvirt] [libvirt-glib 1/5] Correct gvir_config_domain_source_pty_set_path()

Christophe Fergeau cfergeau at redhat.com
Wed May 9 16:57:31 UTC 2012


ACK

On Wed, May 09, 2012 at 03:54:34AM +0300, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> This function should set 'path' as attribute of 'source' node rather
> than as child node.
> ---
>  .../libvirt-gconfig-domain-chardev-source-pty.c    |   11 ++++-------
>  1 files changed, 4 insertions(+), 7 deletions(-)
> 
> diff --git a/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.c b/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.c
> index ad47bc4..201e123 100644
> --- a/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.c
> +++ b/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.c
> @@ -82,13 +82,10 @@ GVirConfigDomainChardevSourcePty *gvir_config_domain_chardev_source_pty_new_from
>  void gvir_config_domain_source_pty_set_path(GVirConfigDomainChardevSourcePty *pty,
>                                              const char *path)
>  {
> -    GVirConfigObject *source;
>      g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_CHARDEV_SOURCE_PTY(pty));
>  
> -    source = gvir_config_object_replace_child(GVIR_CONFIG_OBJECT(pty),
> -                                              "source");
> -    g_return_if_fail(GVIR_CONFIG_IS_OBJECT(source));
> -    gvir_config_object_set_node_content(GVIR_CONFIG_OBJECT(source),
> -                                        "path", path);
> -    g_object_unref(G_OBJECT(source));
> +    gvir_config_object_replace_child_with_attribute(GVIR_CONFIG_OBJECT(pty),
> +                                                    "source",
> +                                                    "path",
> +                                                    path);
>  }
> -- 
> 1.7.7.6
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120509/ae615a2b/attachment-0001.sig>


More information about the libvir-list mailing list